We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f9caa commit 8e81724Copy full SHA for 8e81724
1 file changed
google/cloud/aiplatform/v1/tool.proto
@@ -84,8 +84,14 @@ message Tool {
84
// Optional. CodeExecution tool type.
85
// Enables the model to execute code as part of generation.
86
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];
90
}
91
92
+// Tool to support URL context.
93
+message UrlContext {}
94
95
// Structured representation of a function declaration as defined by the
96
// [OpenAPI 3.0 specification](https://spec.openapis.org/oas/v3.0.3). Included
97
// in this declaration are the function name, description, parameters and
0 commit comments