mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-08 15:51:06 +00:00
refactor(providers): share anthropic tool payload helper
This commit is contained in:
@@ -27,7 +27,10 @@ export {
|
||||
hasCopilotVisionInput,
|
||||
} from "../agents/copilot-dynamic-headers.js";
|
||||
export { applyAnthropicEphemeralCacheControlMarkers } from "../agents/pi-embedded-runner/anthropic-cache-control-payload.js";
|
||||
export { createAnthropicToolPayloadCompatibilityWrapper } from "../agents/pi-embedded-runner/anthropic-family-tool-payload-compat.js";
|
||||
export {
|
||||
createAnthropicToolPayloadCompatibilityWrapper,
|
||||
createOpenAIAnthropicToolPayloadCompatibilityWrapper,
|
||||
} from "../agents/pi-embedded-runner/anthropic-family-tool-payload-compat.js";
|
||||
export {
|
||||
createBedrockNoCacheWrapper,
|
||||
isAnthropicBedrockModel,
|
||||
|
||||
Reference in New Issue
Block a user