Class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
Config for thinking features.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeThoughts
Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
Declaration
[JsonProperty("includeThoughts")]
public virtual bool? IncludeThoughts { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ThinkingBudget
Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
Declaration
[JsonProperty("thinkingBudget")]
public virtual int? ThinkingBudget { get; set; }
Property Value
Type | Description |
---|---|
int? |