openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
4 lines (3 loc) • 964 B
JavaScript
import { n as cleanSchemaForGemini, r as stripUnsupportedSchemaKeywords, t as GEMINI_UNSUPPORTED_SCHEMA_KEYWORDS } from "../clean-for-gemini-B-ohtktB.js";
import { a as inspectDeepSeekToolSchemas, c as normalizeDeepSeekToolSchemas, i as findUnsupportedSchemaKeywords, l as normalizeGeminiToolSchemas, n as buildProviderToolCompatFamilyHooks, o as inspectGeminiToolSchemas, r as findOpenAIStrictSchemaViolations, s as inspectOpenAIToolSchemas, t as DEEPSEEK_UNSUPPORTED_SCHEMA_KEYWORDS, u as normalizeOpenAIToolSchemas } from "../provider-tools-VmwDm8UA.js";
export { DEEPSEEK_UNSUPPORTED_SCHEMA_KEYWORDS, GEMINI_UNSUPPORTED_SCHEMA_KEYWORDS, buildProviderToolCompatFamilyHooks, cleanSchemaForGemini, findOpenAIStrictSchemaViolations, findUnsupportedSchemaKeywords, inspectDeepSeekToolSchemas, inspectGeminiToolSchemas, inspectOpenAIToolSchemas, normalizeDeepSeekToolSchemas, normalizeGeminiToolSchemas, normalizeOpenAIToolSchemas, stripUnsupportedSchemaKeywords };