We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f5d45 commit 69f9caaCopy full SHA for 69f9caa
1 file changed
google/cloud/aiplatform/v1beta1/tool.proto
@@ -85,8 +85,14 @@ message Tool {
85
// Optional. CodeExecution tool type.
86
// Enables the model to execute code as part of generation.
87
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];
91
}
92
93
+// Tool to support URL context.
94
+message UrlContext {}
95
96
// A single example of the tool usage.
97
message ToolUseExample {
98
// Identifies one operation of the extension.
0 commit comments