📄 utils.ts

This commit is contained in:
nirholas
2026-03-31 10:24:00 +00:00
parent 978e00d0f2
commit dfe6213620

View File

@@ -221,3 +221,4 @@ export function createContentSummary(content: ContentBlockParam[]): string {
return `MCP Result: ${summary.join(', ')}${parts.length > 0 ? '\n\n' + parts.join('\n\n') : ''}` return `MCP Result: ${summary.join(', ')}${parts.length > 0 ? '\n\n' + parts.join('\n\n') : ''}`
} }