@anthropic-ai/sdk
Version:
The official TypeScript library for the Anthropic API
20 lines • 741 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
/**
* Tracks which fallback a sequence of requests is pinned to.
*
* Create one (`new BetaFallbackState()`) and pass it via the `fallbackState`
* request option on every request that should share the pin — the turns of one
* conversation, or any wider scope the stickiness should apply to;
* `betaRefusalFallbackMiddleware` mutates it in place when a model refuses.
*/
export class BetaFallbackState {
}
export const FallbackEncoder = ({ headers, body }) => {
return {
bodyHeaders: {
'content-type': 'application/json',
},
body: JSON.stringify(body),
};
};
//# sourceMappingURL=request-options.mjs.map