🚓 toolUseSummaryGenerator.ts

This commit is contained in:
nirholas
2026-03-31 10:23:55 +00:00
parent 4f4e30a82d
commit 877dde3cad

View File

@@ -110,3 +110,4 @@ function truncateJson(value: unknown, maxLength: number): string {
return '[unable to serialize]'
}
}