Configuration for model built-in thinking features Compatible with google.genai.types.ThinkingConfig

interface ThinkingConfig {
    includeThinking?: boolean;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Additional thinking configuration options

Properties

Properties

includeThinking?: boolean

Whether to include the thinking process in the response