Interface AnthropicArgs

interface AnthropicArgs {
    apiKey: string;
    config?: Readonly<AnthropicConfig>;
    options?: Readonly<AIServiceOptions>;
}

Properties

apiKey: string
config?: Readonly<AnthropicConfig>
options?: Readonly<AIServiceOptions>