refactor(providers): share replay and tool compat helpers (#60637)

* refactor(providers): share replay and tool compat helpers

* chore(plugin-sdk): refresh api baseline
This commit is contained in:
Vincent Koc
2026-04-04 10:55:36 +09:00
committed by GitHub
parent dd31ee1139
commit 858bf405f4
17 changed files with 359 additions and 319 deletions

View File

@@ -30,7 +30,12 @@ export {
} from "../plugins/provider-model-compat.js";
export { normalizeProviderId } from "../agents/provider-id.js";
export {
buildAnthropicReplayPolicyForModel,
buildGoogleGeminiReplayPolicy,
buildHybridAnthropicOrOpenAIReplayPolicy,
buildOpenAICompatibleReplayPolicy,
resolveTaggedReasoningOutputMode,
sanitizeGoogleGeminiReplayHistory,
buildStrictAnthropicReplayPolicy,
} from "../plugins/provider-replay-helpers.js";
export {