Table of Contents

Class GeminiThinkingConfig

Config for thinking features.

public class GeminiThinkingConfig
Inheritance
object
GeminiThinkingConfig
Extension Methods

Fields

IncludeThoughts

Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.

public bool IncludeThoughts

Field Value

bool

ThinkingBudget

The number of thoughts tokens that the model should generate.

public int ThinkingBudget

Field Value

int