File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export const formatResponse = {
1616
1717 toolError : ( error ?: string , toolName ?: string ) => {
1818 const title = toolName
19- ? t ( "tools:errors.toolCallError" , { toolName, defaultValue : `Tool call error : ${ toolName } ` } )
20- : t ( "tools:errors.toolExecutionError" , { defaultValue : "Tool execution error " } )
19+ ? t ( "tools:errors.toolCallError" , { toolName, defaultValue : `Tool Call Error : ${ toolName } ` } )
20+ : t ( "tools:errors.toolExecutionError" , { defaultValue : "Tool Execution Error " } )
2121 return `${ title } \n<error>\n${ error } \n</error>`
2222 } ,
2323
Original file line number Diff line number Diff line change 2929 "changesRejected" : " Changes were rejected by the user."
3030 },
3131 "errors" : {
32- "toolCallError" : " Tool call error : {{toolName}}" ,
33- "toolExecutionError" : " Tool execution error " ,
32+ "toolCallError" : " Tool Call Error : {{toolName}}" ,
33+ "toolExecutionError" : " Tool Execution Error " ,
3434 "fileNotFound" : " File Not Found" ,
3535 "parseError" : " Parse error" ,
3636 "commandTimeout" : " Command timeout" ,
You can’t perform that action at this time.
0 commit comments