feat(llm): auto fixing known llm format errors
This commit is contained in:
@@ -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>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user