|
20167 | 20167 | } |
20168 | 20168 | } |
20169 | 20169 | }, |
20170 | | - "revision": "20250529", |
| 20170 | + "revision": "20250602", |
20171 | 20171 | "rootUrl": "https://aiplatform.googleapis.com/", |
20172 | 20172 | "schemas": { |
20173 | 20173 | "CloudAiLargeModelsVisionGenerateVideoResponse": { |
@@ -34442,10 +34442,14 @@ |
34442 | 34442 | "type": "string" |
34443 | 34443 | }, |
34444 | 34444 | "thought": { |
34445 | | - "description": "Output only. Indicates if the part is thought from the model.", |
34446 | | - "readOnly": true, |
| 34445 | + "description": "Optional. Indicates if the part is thought from the model.", |
34447 | 34446 | "type": "boolean" |
34448 | 34447 | }, |
| 34448 | + "thoughtSignature": { |
| 34449 | + "description": "Optional. An opaque signature for the thought so it can be reused in subsequent requests.", |
| 34450 | + "format": "byte", |
| 34451 | + "type": "string" |
| 34452 | + }, |
34449 | 34453 | "videoMetadata": { |
34450 | 34454 | "$ref": "GoogleCloudAiplatformV1VideoMetadata", |
34451 | 34455 | "description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data." |
|
45007 | 45011 | "$ref": "GoogleCloudAiplatformV1ToolCodeExecution", |
45008 | 45012 | "description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation." |
45009 | 45013 | }, |
| 45014 | + "computerUse": { |
| 45015 | + "$ref": "GoogleCloudAiplatformV1ToolComputerUse", |
| 45016 | + "description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations." |
| 45017 | + }, |
45010 | 45018 | "enterpriseWebSearch": { |
45011 | 45019 | "$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch", |
45012 | 45020 | "description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance." |
|
45029 | 45037 | "retrieval": { |
45030 | 45038 | "$ref": "GoogleCloudAiplatformV1Retrieval", |
45031 | 45039 | "description": "Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation." |
| 45040 | + }, |
| 45041 | + "urlContext": { |
| 45042 | + "$ref": "GoogleCloudAiplatformV1UrlContext", |
| 45043 | + "description": "Optional. Tool to support URL context retrieval." |
45032 | 45044 | } |
45033 | 45045 | }, |
45034 | 45046 | "type": "object" |
|
45121 | 45133 | "properties": {}, |
45122 | 45134 | "type": "object" |
45123 | 45135 | }, |
| 45136 | + "GoogleCloudAiplatformV1ToolComputerUse": { |
| 45137 | + "description": "Tool to support computer use.", |
| 45138 | + "id": "GoogleCloudAiplatformV1ToolComputerUse", |
| 45139 | + "properties": { |
| 45140 | + "environment": { |
| 45141 | + "description": "Required. The environment being operated.", |
| 45142 | + "enum": [ |
| 45143 | + "ENVIRONMENT_UNSPECIFIED", |
| 45144 | + "ENVIRONMENT_BROWSER" |
| 45145 | + ], |
| 45146 | + "enumDescriptions": [ |
| 45147 | + "Defaults to browser.", |
| 45148 | + "Operates in a web browser." |
| 45149 | + ], |
| 45150 | + "type": "string" |
| 45151 | + } |
| 45152 | + }, |
| 45153 | + "type": "object" |
| 45154 | + }, |
45124 | 45155 | "GoogleCloudAiplatformV1ToolConfig": { |
45125 | 45156 | "description": "Tool config. This config is shared for all tools provided in the request.", |
45126 | 45157 | "id": "GoogleCloudAiplatformV1ToolConfig", |
|
46610 | 46641 | "properties": {}, |
46611 | 46642 | "type": "object" |
46612 | 46643 | }, |
| 46644 | + "GoogleCloudAiplatformV1UrlContext": { |
| 46645 | + "description": "Tool to support URL context.", |
| 46646 | + "id": "GoogleCloudAiplatformV1UrlContext", |
| 46647 | + "properties": {}, |
| 46648 | + "type": "object" |
| 46649 | + }, |
46613 | 46650 | "GoogleCloudAiplatformV1UserActionReference": { |
46614 | 46651 | "description": "References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.", |
46615 | 46652 | "id": "GoogleCloudAiplatformV1UserActionReference", |
|
0 commit comments