Class ThinkingConfig
public class ThinkingConfig
- Inheritance
-
objectThinkingConfig
Properties
IncludeThoughts
Required. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
public bool? IncludeThoughts { get; set; }
Property Value
- bool?
ThinkingBudget
Required. The number of thoughts tokens that the model should generate.
public int? ThinkingBudget { get; set; }
Property Value
- int?