interface AnthropicAPIConfig {
    thinking?: AnthropicThinking;
    version?: string;
}

Properties

Properties

version?: string