@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20250529 → 0.0.20250602

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +13 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250529
12
+ // Revision: 20250602
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -4875,8 +4875,10 @@ declare namespace gapi.client {
4875
4875
  inlineData?: GoogleCloudAiplatformV1Blob;
4876
4876
  /** Optional. Text part (can be code). */
4877
4877
  text?: string;
4878
- /** Output only. Indicates if the part is thought from the model. */
4878
+ /** Optional. Indicates if the part is thought from the model. */
4879
4879
  thought?: boolean;
4880
+ /** Optional. An opaque signature for the thought so it can be reused in subsequent requests. */
4881
+ thoughtSignature?: string;
4880
4882
  /** Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data. */
4881
4883
  videoMetadata?: GoogleCloudAiplatformV1VideoMetadata;
4882
4884
  }
@@ -8507,6 +8509,8 @@ declare namespace gapi.client {
8507
8509
  interface GoogleCloudAiplatformV1Tool {
8508
8510
  /** Optional. CodeExecution tool type. Enables the model to execute code as part of generation. */
8509
8511
  codeExecution?: any;
8512
+ /** Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations. */
8513
+ computerUse?: GoogleCloudAiplatformV1ToolComputerUse;
8510
8514
  /** Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance. */
8511
8515
  enterpriseWebSearch?: any;
8512
8516
  /** Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 128 function declarations can be provided. */
@@ -8517,6 +8521,8 @@ declare namespace gapi.client {
8517
8521
  googleSearchRetrieval?: GoogleCloudAiplatformV1GoogleSearchRetrieval;
8518
8522
  /** 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. */
8519
8523
  retrieval?: GoogleCloudAiplatformV1Retrieval;
8524
+ /** Optional. Tool to support URL context retrieval. */
8525
+ urlContext?: any;
8520
8526
  }
8521
8527
  interface GoogleCloudAiplatformV1ToolCall {
8522
8528
  /** Optional. Spec for tool input */
@@ -8546,6 +8552,10 @@ declare namespace gapi.client {
8546
8552
  }
8547
8553
  interface GoogleCloudAiplatformV1ToolCallValidSpec {}
8548
8554
  interface GoogleCloudAiplatformV1ToolCodeExecution {}
8555
+ interface GoogleCloudAiplatformV1ToolComputerUse {
8556
+ /** Required. The environment being operated. */
8557
+ environment?: string;
8558
+ }
8549
8559
  interface GoogleCloudAiplatformV1ToolConfig {
8550
8560
  /** Optional. Function calling config. */
8551
8561
  functionCallingConfig?: GoogleCloudAiplatformV1FunctionCallingConfig;
@@ -9035,6 +9045,7 @@ declare namespace gapi.client {
9035
9045
  updateMask?: string;
9036
9046
  }
9037
9047
  interface GoogleCloudAiplatformV1UpsertDatapointsResponse {}
9048
+ interface GoogleCloudAiplatformV1UrlContext {}
9038
9049
  interface GoogleCloudAiplatformV1UserActionReference {
9039
9050
  /** For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}` */
9040
9051
  dataLabelingJob?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1",
3
- "version": "0.0.20250529",
3
+ "version": "0.0.20250602",
4
4
  "description": "TypeScript typings for Vertex AI API v1",
5
5
  "repository": {
6
6
  "type": "git",