Skip to content

Commit 69f9caa

Browse files
Google APIscopybara-github
authored andcommitted
feat: Expose URL Context API to v1beta1
PiperOrigin-RevId: 764899677
1 parent 93f5d45 commit 69f9caa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/tool.proto

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

93+
// Tool to support URL context.
94+
message UrlContext {}
95+
9096
// A single example of the tool usage.
9197
message ToolUseExample {
9298
// Identifies one operation of the extension.

0 commit comments

Comments
 (0)