Class GeminiThinkingConfig
- Namespace
- Uralstech.UGemini.Models.Generation
Config for thinking features.
public class GeminiThinkingConfig
- Inheritance
-
objectGeminiThinkingConfig
- 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