mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 23:20:22 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user