Files
openclaw/extensions/anthropic/contract-api.ts
2026-06-04 07:15:05 -04:00

14 lines
426 B
TypeScript

/**
* Contract API barrel for Anthropic stream wrapper helpers. Tests and contract
* checks import this lightweight path instead of the full provider entry.
*/
export {
createAnthropicBetaHeadersWrapper,
createAnthropicFastModeWrapper,
createAnthropicServiceTierWrapper,
resolveAnthropicBetas,
resolveAnthropicFastMode,
resolveAnthropicServiceTier,
wrapAnthropicProviderStream,
} from "./stream-wrappers.js";