Class ThinkingConfig
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class ThinkingConfig
Properties
| Edit this page View SourceIncludeThoughts
Required. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
Declaration
[JsonProperty("includeThoughts")]
public bool IncludeThoughts { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ThinkingBudget
Required. The number of thoughts tokens that the model should generate.
Declaration
[JsonProperty("thinkingBudget")]
public int ThinkingBudget { get; set; }
Property Value
| Type | Description |
|---|---|
| int |