unified-llm-client
    Preparing search index...

    Interface AnthropicThinkingOptions

    interface AnthropicThinkingOptions {
        budgetTokens?: number;
        display?: "omitted" | "summarized";
        type: "adaptive" | "disabled" | "enabled";
    }
    Index

    Properties

    budgetTokens?: number
    display?: "omitted" | "summarized"
    type: "adaptive" | "disabled" | "enabled"