@anthropic-ai/sdk
Version:
The official TypeScript library for the Anthropic API
13 lines (9 loc) • 443 B
text/typescript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from "../../resource.js";
import * as PromptCachingAPI from "./prompt-caching/prompt-caching.js";
export class Beta extends APIResource {
promptCaching: PromptCachingAPI.PromptCaching = new PromptCachingAPI.PromptCaching(this._client);
}
export namespace Beta {
export import PromptCaching = PromptCachingAPI.PromptCaching;
}