Skip to content

Commit 26092ba

Browse files
fix(firebaseml): update the API
#### firebaseml:v2beta The following keys were changed: - schemas.GoogleCloudAiplatformV1beta1ToolComputerUse.properties.excludedPredefinedFunctions.description
1 parent 4151264 commit 26092ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/firebaseml-v2beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20251013",
209+
"revision": "20251019",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -2636,7 +2636,7 @@
26362636
"type": "string"
26372637
},
26382638
"excludedPredefinedFunctions": {
2639-
"description": "Optional. By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.",
2639+
"description": "Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.",
26402640
"items": {
26412641
"type": "string"
26422642
},

src/apis/firebaseml/v2beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ export namespace firebaseml_v2beta {
17231723
*/
17241724
environment?: string | null;
17251725
/**
1726-
* Optional. By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.
1726+
* Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.
17271727
*/
17281728
excludedPredefinedFunctions?: string[] | null;
17291729
}

0 commit comments

Comments
 (0)