Skip to content

Commit afdd0cd

Browse files
feat(firebaseml): update the api
#### firebaseml:v2beta The following keys were added: - schemas.GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig.properties.includeThoughts.type (Total Keys: 1)
1 parent 9699255 commit afdd0cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/dyn/firebaseml_v2beta.projects.locations.publishers.models.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ <h3>Method Details</h3>
226226
],
227227
&quot;temperature&quot;: 3.14, # Optional. Controls the randomness of predictions.
228228
&quot;thinkingConfig&quot;: { # Config for thinking features. # Optional. Config for thinking features. An error will be returned if this field is set for models that don&#x27;t support thinking.
229+
&quot;includeThoughts&quot;: True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
229230
&quot;thinkingBudget&quot;: 42, # Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
230231
},
231232
&quot;topK&quot;: 3.14, # Optional. If specified, top-k sampling will be used.
@@ -580,6 +581,7 @@ <h3>Method Details</h3>
580581
],
581582
&quot;temperature&quot;: 3.14, # Optional. Controls the randomness of predictions.
582583
&quot;thinkingConfig&quot;: { # Config for thinking features. # Optional. Config for thinking features. An error will be returned if this field is set for models that don&#x27;t support thinking.
584+
&quot;includeThoughts&quot;: True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
583585
&quot;thinkingBudget&quot;: 42, # Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
584586
},
585587
&quot;topK&quot;: 3.14, # Optional. If specified, top-k sampling will be used.
@@ -1148,6 +1150,7 @@ <h3>Method Details</h3>
11481150
],
11491151
&quot;temperature&quot;: 3.14, # Optional. Controls the randomness of predictions.
11501152
&quot;thinkingConfig&quot;: { # Config for thinking features. # Optional. Config for thinking features. An error will be returned if this field is set for models that don&#x27;t support thinking.
1153+
&quot;includeThoughts&quot;: True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
11511154
&quot;thinkingBudget&quot;: 42, # Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.
11521155
},
11531156
&quot;topK&quot;: 3.14, # Optional. If specified, top-k sampling will be used.

googleapiclient/discovery_cache/documents/firebaseml.v2beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20250427",
209+
"revision": "20250505",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -1086,6 +1086,10 @@
10861086
"description": "Config for thinking features.",
10871087
"id": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig",
10881088
"properties": {
1089+
"includeThoughts": {
1090+
"description": "Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.",
1091+
"type": "boolean"
1092+
},
10891093
"thinkingBudget": {
10901094
"description": "Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.",
10911095
"format": "int32",

0 commit comments

Comments
 (0)