Skip to content

Commit a332d91

Browse files
committed
Clean up
1 parent b1847c7 commit a332d91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/studio/electron/main/chat/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ class LlmManager {
114114
const tool = tools[toolCall.toolName as keyof typeof tools];
115115

116116
console.log(
117-
'Invalid parameter for tool',
118-
toolCall.toolName,
119-
'attempting to fix',
117+
`Invalid parameter for tool ${toolCall.toolName} with args ${JSON.stringify(toolCall.args)}, attempting to fix`,
120118
);
121119

122120
const { object: repairedArgs } = await generateObject({

0 commit comments

Comments
 (0)