refactor(agents): generalize tool schema compat cleanup

This commit is contained in:
Peter Steinberger
2026-03-28 05:42:17 +00:00
parent c7883fe892
commit b236f39104
10 changed files with 85 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ export {
hasToolSchemaProfile,
hasNativeWebSearchTool,
normalizeModelCompat,
resolveUnsupportedToolSchemaKeywords,
resolveToolCallArgumentsEncoding,
} from "../plugins/provider-model-compat.js";
export { normalizeProviderId } from "../agents/provider-id.js";