We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e2a8d commit ab72500Copy full SHA for ab72500
1 file changed
agent/tools/apiTool.ts
@@ -60,6 +60,7 @@ export function createApiTool(toolName: string, apiBasedTool: ApiBasedTool) {
60
name: toolName,
61
description: apiBasedTool.description ?? `${toolName} tool`,
62
schema: normalizeToolInputSchema(apiBasedTool.input_schema),
63
+ verboseParsingErrors: true,
64
},
65
);
66
}
0 commit comments