Skip to content

Commit cbbb731

Browse files
feat(firebaseml): update the api
#### firebaseml:v2beta The following keys were deleted: - schemas.GoogleCloudAiplatformV1beta1GenerationConfig.properties.thinkingConfig.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig (Total Keys: 3)
1 parent fc75340 commit cbbb731

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ <h3>Method Details</h3>
214214
&quot;A String&quot;,
215215
],
216216
&quot;temperature&quot;: 3.14, # Optional. Controls the randomness of predictions.
217-
&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.
218-
&quot;includeThoughts&quot;: True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
219-
},
220217
&quot;topK&quot;: 3.14, # Optional. If specified, top-k sampling will be used.
221218
&quot;topP&quot;: 3.14, # Optional. If specified, nucleus sampling will be used.
222219
},
@@ -540,9 +537,6 @@ <h3>Method Details</h3>
540537
&quot;A String&quot;,
541538
],
542539
&quot;temperature&quot;: 3.14, # Optional. Controls the randomness of predictions.
543-
&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.
544-
&quot;includeThoughts&quot;: True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
545-
},
546540
&quot;topK&quot;: 3.14, # Optional. If specified, top-k sampling will be used.
547541
&quot;topP&quot;: 3.14, # Optional. If specified, nucleus sampling will be used.
548542
},
@@ -1061,9 +1055,6 @@ <h3>Method Details</h3>
10611055
&quot;A String&quot;,
10621056
],
10631057
&quot;temperature&quot;: 3.14, # Optional. Controls the randomness of predictions.
1064-
&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.
1065-
&quot;includeThoughts&quot;: True or False, # Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.
1066-
},
10671058
&quot;topK&quot;: 3.14, # Optional. If specified, top-k sampling will be used.
10681059
&quot;topP&quot;: 3.14, # Optional. If specified, nucleus sampling will be used.
10691060
},

googleapiclient/discovery_cache/documents/firebaseml.v2beta.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20250122",
209+
"revision": "20250203",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -940,10 +940,6 @@
940940
"format": "float",
941941
"type": "number"
942942
},
943-
"thinkingConfig": {
944-
"$ref": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig",
945-
"description": "Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking."
946-
},
947943
"topK": {
948944
"description": "Optional. If specified, top-k sampling will be used.",
949945
"format": "float",
@@ -1006,17 +1002,6 @@
10061002
},
10071003
"type": "object"
10081004
},
1009-
"GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig": {
1010-
"description": "Config for thinking features.",
1011-
"id": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig",
1012-
"properties": {
1013-
"includeThoughts": {
1014-
"description": "Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.",
1015-
"type": "boolean"
1016-
}
1017-
},
1018-
"type": "object"
1019-
},
10201005
"GoogleCloudAiplatformV1beta1GoogleSearchRetrieval": {
10211006
"description": "Tool to retrieve public web data for grounding, powered by Google.",
10221007
"id": "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval",

0 commit comments

Comments
 (0)