unified-llm-client
    Preparing search index...

    Interface GoogleThinkingOptions

    interface GoogleThinkingOptions {
        budgetTokens?: number;
        includeThoughts?: boolean;
        level?: "high" | "low" | "medium" | "minimal";
    }
    Index

    Properties

    budgetTokens?: number
    includeThoughts?: boolean
    level?: "high" | "low" | "medium" | "minimal"