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
Copy file name to clipboardExpand all lines: clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1ToolComputerUse.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,11 @@ public final class GoogleCloudAiplatformV1beta1ToolComputerUse extends com.googl
37
37
privatejava.lang.Stringenvironment;
38
38
39
39
/**
40
-
* Optional. By default, predefined functions are included in the final model call. Some of them
41
-
* can be explicitly excluded from being automatically included. This can serve two purposes: 1.
42
-
* Using a more restricted / different action space. 2. Improving the definitions / instructions
43
-
* of predefined functions.
40
+
* Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-
41
+
* ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can
42
+
* be explicitly excluded from being automatically included. This can serve two purposes: 1. Using
43
+
* a more restricted / different action space. 2. Improving the definitions / instructions of
44
+
* predefined functions.
44
45
* The value may be {@code null}.
45
46
*/
46
47
@com.google.api.client.util.Key
@@ -64,21 +65,23 @@ public GoogleCloudAiplatformV1beta1ToolComputerUse setEnvironment(java.lang.Stri
64
65
}
65
66
66
67
/**
67
-
* Optional. By default, predefined functions are included in the final model call. Some of them
68
-
* can be explicitly excluded from being automatically included. This can serve two purposes: 1.
69
-
* Using a more restricted / different action space. 2. Improving the definitions / instructions
70
-
* of predefined functions.
68
+
* Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-
69
+
* ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can
70
+
* be explicitly excluded from being automatically included. This can serve two purposes: 1. Using
71
+
* a more restricted / different action space. 2. Improving the definitions / instructions of
0 commit comments