UNPKG

@gensx/anthropic

Version:

Anthropic integration for GenSX.

7 lines 309 B
import { Anthropic as OriginalAnthropic, ClientOptions } from "@anthropic-ai/sdk"; import { wrap } from "@gensx/core"; export declare class Anthropic extends OriginalAnthropic { constructor(options: ClientOptions); } export declare const wrapAnthropic: typeof wrap; //# sourceMappingURL=anthropic.d.ts.map