mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
14 lines
426 B
TypeScript
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";
|