Skip to content

Commit 8e81724

Browse files
Google APIscopybara-github
authored andcommitted
feat: Expose URL Context API to v1
PiperOrigin-RevId: 764946762
1 parent 69f9caa commit 8e81724

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/tool.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,14 @@ message Tool {
8484
// Optional. CodeExecution tool type.
8585
// Enables the model to execute code as part of generation.
8686
CodeExecution code_execution = 4 [(google.api.field_behavior) = OPTIONAL];
87+
88+
// Optional. Tool to support URL context retrieval.
89+
UrlContext url_context = 8 [(google.api.field_behavior) = OPTIONAL];
8790
}
8891

92+
// Tool to support URL context.
93+
message UrlContext {}
94+
8995
// Structured representation of a function declaration as defined by the
9096
// [OpenAPI 3.0 specification](https://spec.openapis.org/oas/v3.0.3). Included
9197
// in this declaration are the function name, description, parameters and

0 commit comments

Comments
 (0)