Skip to content

Commit ab72500

Browse files
committed
fix: enable verbose parsing errors in createApiTool function
1 parent 71e2a8d commit ab72500

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agent/tools/apiTool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export function createApiTool(toolName: string, apiBasedTool: ApiBasedTool) {
6060
name: toolName,
6161
description: apiBasedTool.description ?? `${toolName} tool`,
6262
schema: normalizeToolInputSchema(apiBasedTool.input_schema),
63+
verboseParsingErrors: true,
6364
},
6465
);
6566
}

0 commit comments

Comments
 (0)