feat(llm): auto fixing known llm format errors

This commit is contained in:
Simon
2025-10-20 22:03:09 +08:00
parent 48da610732
commit 0d48b71b27
7 changed files with 318 additions and 6 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ export class OpenAIClient implements LLMClient {
// 9. Return result (including cache tokens)
return {
toolCall: {
id: toolCall.id,
// id: toolCall.id,
name: toolName,
args: validation.data as Record<string, unknown>,
},