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 9f2ecbf commit 49bd89eCopy full SHA for 49bd89e
1 file changed
src/agents/pi-tools-parameter-schema.ts
@@ -254,10 +254,7 @@ export function normalizeToolParameterSchema(
254
return cleanSchemaForGemini(normalizedSchema);
255
}
256
if (unsupportedToolSchemaKeywords.size > 0) {
257
- return stripUnsupportedSchemaKeywords(
258
- normalizedSchema,
259
- unsupportedToolSchemaKeywords,
260
- ) as TSchema;
+ return stripUnsupportedSchemaKeywords(normalizedSchema, unsupportedToolSchemaKeywords) as TSchema;
261
262
return normalizedSchema as TSchema;
263
0 commit comments