fix: acurate tool_response display

This commit is contained in:
Pascal 2026-01-19 12:09:00 +01:00 committed by Aleksander Grygier
parent fdd67f45e6
commit a2cce59d69
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ export class AgenticClient {
});
return {
cleanedResult: cleanedLines.join('\n').trim(),
cleanedResult: cleanedLines.join('\n'),
attachments
};
}