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
"description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`",
"description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`",
"description": "Optional. Input Cloud Storage URI for the Async query.",
33397
+
"description": "Optional. Input Cloud Storage URI for the Async query. If you are not bringing your own container (BYOC), the content of the file should be a JSON object with an `input` field matching the `input` field of `QueryReasoningEngineRequest` (e.g. `{ \"input\": { \"user_id\": \"hello\", \"message\":\"$QUERY\"} }`). For BYOC, the content of the file depends on the the agent application.",
33388
33398
"type": "string"
33389
33399
},
33390
33400
"outputGcsUri": {
33391
-
"description": "Optional. Output Cloud Storage URI for the Async query.",
33401
+
"description": "Optional. Output Cloud Storage URI for the Async query. This contains the final response of the query.",
"description": "Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`",
"description": "Structured representation of a function declaration as defined by the [OpenAPI 3.0 specification](https://spec.openapis.org/oas/v3.0.3). Included in this declaration are the function name, description, parameters and response type. This FunctionDeclaration is a representation of a block of code that can be used as a `Tool` by the model and executed by the client.",
"description": "Optional. Specifies the function Behavior. If not specified, the system keeps the current function call behavior. This field is currently only supported by the BidiGenerateContent method.",
42760
+
"enum": [
42761
+
"UNSPECIFIED",
42762
+
"BLOCKING",
42763
+
"NON_BLOCKING"
42764
+
],
42765
+
"enumDescriptions": [
42766
+
"This value is unspecified.",
42767
+
"If set, the system will wait to receive the function response before continuing the conversation.",
42768
+
"If set, the system will not wait to receive the function response. Instead, it will attempt to handle function responses as they become available while maintaining the conversation between the user and the model."
42769
+
],
42770
+
"type": "string"
42771
+
},
42737
42772
"description": {
42738
42773
"description": "Optional. Description and purpose of the function. Model uses it to decide how and whether to call the function.",
42739
42774
"type": "string"
@@ -55672,7 +55707,7 @@
55672
55707
"type": "string"
55673
55708
},
55674
55709
"sandboxEnvironmentTemplate": {
55675
-
"description": "Optional. The name of the SandboxEnvironmentTemplate specified in the parent Agent Engine resource that this SandboxEnvironment is created from. Only one of `sandbox_environment_template` and `spec` should be set.",
55710
+
"description": "Optional. The name of the SandboxEnvironmentTemplate specified in the parent Agent Engine resource that this SandboxEnvironment is created from.",
0 commit comments