UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

3 lines 179 B
export type JSONSchema = Record<string, any>; export declare function transformJSONSchema(jsonSchema: JSONSchema): JSONSchema; //# sourceMappingURL=transform-json-schema.d.mts.map