You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### firebaseml:v2beta
The following keys were added:
- schemas.GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig.properties.includeThoughts.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/firebaseml_v2beta.projects.locations.publishers.models.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,7 @@ <h3>Method Details</h3>
226
226
],
227
227
"temperature": 3.14, # Optional. Controls the randomness of predictions.
228
228
"thinkingConfig": { # Config for thinking features. # Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking.
229
+
"includeThoughts": True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
229
230
"thinkingBudget": 42, # Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
230
231
},
231
232
"topK": 3.14, # Optional. If specified, top-k sampling will be used.
@@ -580,6 +581,7 @@ <h3>Method Details</h3>
580
581
],
581
582
"temperature": 3.14, # Optional. Controls the randomness of predictions.
582
583
"thinkingConfig": { # Config for thinking features. # Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking.
584
+
"includeThoughts": True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
583
585
"thinkingBudget": 42, # Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
584
586
},
585
587
"topK": 3.14, # Optional. If specified, top-k sampling will be used.
@@ -1148,6 +1150,7 @@ <h3>Method Details</h3>
1148
1150
],
1149
1151
"temperature": 3.14, # Optional. Controls the randomness of predictions.
1150
1152
"thinkingConfig": { # Config for thinking features. # Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking.
1153
+
"includeThoughts": True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
1151
1154
"thinkingBudget": 42, # Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
1152
1155
},
1153
1156
"topK": 3.14, # Optional. If specified, top-k sampling will be used.
0 commit comments