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/GoogleCloudAiplatformV1beta1Tool.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public final class GoogleCloudAiplatformV1beta1Tool extends com.google.api.clien
60
60
* with the current user query. Model may decide to call a subset of these functions by populating
61
61
* FunctionCall in the response. User should provide a FunctionResponse for each function call in
62
62
* the next turn. Based on the function responses, Model will generate the final response back to
63
-
* the user. Maximum 128 function declarations can be provided.
63
+
* the user. Maximum 512 function declarations can be provided.
64
64
* The value may be {@code null}.
65
65
*/
66
66
@com.google.api.client.util.Key
@@ -170,7 +170,7 @@ public GoogleCloudAiplatformV1beta1Tool setEnterpriseWebSearch(GoogleCloudAiplat
170
170
* with the current user query. Model may decide to call a subset of these functions by populating
171
171
* FunctionCall in the response. User should provide a FunctionResponse for each function call in
172
172
* the next turn. Based on the function responses, Model will generate the final response back to
173
-
* the user. Maximum 128 function declarations can be provided.
173
+
* the user. Maximum 512 function declarations can be provided.
0 commit comments