public interface ToolUseExampleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
ToolUseExample.ExtensionOperation |
getExtensionOperation()
Extension operation to call.
|
ToolUseExample.ExtensionOperationOrBuilder |
getExtensionOperationOrBuilder()
Extension operation to call.
|
String |
getFunctionName()
Function name to call.
|
com.google.protobuf.ByteString |
getFunctionNameBytes()
Function name to call.
|
String |
getQuery()
Required.
|
com.google.protobuf.ByteString |
getQueryBytes()
Required.
|
com.google.protobuf.Struct |
getRequestParams()
Request parameters used for executing this tool.
|
com.google.protobuf.StructOrBuilder |
getRequestParamsOrBuilder()
Request parameters used for executing this tool.
|
com.google.protobuf.Struct |
getResponseParams()
Response parameters generated by this tool.
|
com.google.protobuf.StructOrBuilder |
getResponseParamsOrBuilder()
Response parameters generated by this tool.
|
String |
getResponseSummary()
Summary of the tool response to the user query.
|
com.google.protobuf.ByteString |
getResponseSummaryBytes()
Summary of the tool response to the user query.
|
ToolUseExample.TargetCase |
getTargetCase() |
boolean |
hasExtensionOperation()
Extension operation to call.
|
boolean |
hasFunctionName()
Function name to call.
|
boolean |
hasRequestParams()
Request parameters used for executing this tool.
|
boolean |
hasResponseParams()
Response parameters generated by this tool.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExtensionOperation()
Extension operation to call.
.google.cloud.aiplatform.v1beta1.ToolUseExample.ExtensionOperation extension_operation = 10;
ToolUseExample.ExtensionOperation getExtensionOperation()
Extension operation to call.
.google.cloud.aiplatform.v1beta1.ToolUseExample.ExtensionOperation extension_operation = 10;
ToolUseExample.ExtensionOperationOrBuilder getExtensionOperationOrBuilder()
Extension operation to call.
.google.cloud.aiplatform.v1beta1.ToolUseExample.ExtensionOperation extension_operation = 10;
boolean hasFunctionName()
Function name to call.
string function_name = 11;String getFunctionName()
Function name to call.
string function_name = 11;com.google.protobuf.ByteString getFunctionNameBytes()
Function name to call.
string function_name = 11;String getDisplayName()
Required. The display name for example.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name for example.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];String getQuery()
Required. Query that should be routed to this tool.
string query = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getQueryBytes()
Required. Query that should be routed to this tool.
string query = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasRequestParams()
Request parameters used for executing this tool.
.google.protobuf.Struct request_params = 3;com.google.protobuf.Struct getRequestParams()
Request parameters used for executing this tool.
.google.protobuf.Struct request_params = 3;com.google.protobuf.StructOrBuilder getRequestParamsOrBuilder()
Request parameters used for executing this tool.
.google.protobuf.Struct request_params = 3;boolean hasResponseParams()
Response parameters generated by this tool.
.google.protobuf.Struct response_params = 4;com.google.protobuf.Struct getResponseParams()
Response parameters generated by this tool.
.google.protobuf.Struct response_params = 4;com.google.protobuf.StructOrBuilder getResponseParamsOrBuilder()
Response parameters generated by this tool.
.google.protobuf.Struct response_params = 4;String getResponseSummary()
Summary of the tool response to the user query.
string response_summary = 5;com.google.protobuf.ByteString getResponseSummaryBytes()
Summary of the tool response to the user query.
string response_summary = 5;ToolUseExample.TargetCase getTargetCase()
Copyright © 2024 Google LLC. All rights reserved.