interface AnthropicThinkingEnabled {
    budget_tokens: number;
    type: "enabled";
}

Properties

Properties

budget_tokens: number
type: "enabled"