Skip to content

Commit 49bd89e

Browse files
chore: restore unrelated schema formatting
1 parent 9f2ecbf commit 49bd89e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/agents/pi-tools-parameter-schema.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,7 @@ export function normalizeToolParameterSchema(
254254
return cleanSchemaForGemini(normalizedSchema);
255255
}
256256
if (unsupportedToolSchemaKeywords.size > 0) {
257-
return stripUnsupportedSchemaKeywords(
258-
normalizedSchema,
259-
unsupportedToolSchemaKeywords,
260-
) as TSchema;
257+
return stripUnsupportedSchemaKeywords(normalizedSchema, unsupportedToolSchemaKeywords) as TSchema;
261258
}
262259
return normalizedSchema as TSchema;
263260
}

0 commit comments

Comments
 (0)