public static final class Tool.Builder extends GeneratedMessageV3.Builder<Tool.Builder> implements ToolOrBuilder
Tool details that the model may use to generate response.
A Tool
is a piece of code that enables the system to interact with
external systems to perform an action, or set of actions, outside of
knowledge and scope of the model.
Protobuf type google.cloud.aiplatform.v1beta1.Tool
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public Tool.Builder addAllFunctionDeclarations(Iterable<? extends FunctionDeclaration> values)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.FunctionDeclaration>
|
public Tool.Builder addFunctionDeclarations(FunctionDeclaration value)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public Tool.Builder addFunctionDeclarations(FunctionDeclaration.Builder builderForValue)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public Tool.Builder addFunctionDeclarations(int index, FunctionDeclaration value)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public Tool.Builder addFunctionDeclarations(int index, FunctionDeclaration.Builder builderForValue)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public FunctionDeclaration.Builder addFunctionDeclarationsBuilder()
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public FunctionDeclaration.Builder addFunctionDeclarationsBuilder(int index)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
index | int
|
public Tool.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
Returns |
---|
Type | Description |
Tool | |
public Tool buildPartial()
Returns |
---|
Type | Description |
Tool | |
public Tool.Builder clear()
Overrides
public Tool.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public Tool.Builder clearFunctionDeclarations()
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public Tool.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public Tool.Builder clone()
Overrides
public Tool getDefaultInstanceForType()
Returns |
---|
Type | Description |
Tool | |
public Descriptors.Descriptor getDescriptorForType()
Overrides
public FunctionDeclaration getFunctionDeclarations(int index)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
index | int
|
public FunctionDeclaration.Builder getFunctionDeclarationsBuilder(int index)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
index | int
|
public List<FunctionDeclaration.Builder> getFunctionDeclarationsBuilderList()
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public int getFunctionDeclarationsCount()
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | |
public List<FunctionDeclaration> getFunctionDeclarationsList()
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public FunctionDeclarationOrBuilder getFunctionDeclarationsOrBuilder(int index)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
index | int
|
public List<? extends FunctionDeclarationOrBuilder> getFunctionDeclarationsOrBuilderList()
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.FunctionDeclarationOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Tool.Builder mergeFrom(Tool other)
Parameter |
---|
Name | Description |
other | Tool
|
public Tool.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public Tool.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final Tool.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public Tool.Builder removeFunctionDeclarations(int index)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
index | int
|
public Tool.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public Tool.Builder setFunctionDeclarations(int index, FunctionDeclaration value)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public Tool.Builder setFunctionDeclarations(int index, FunctionDeclaration.Builder builderForValue)
Optional. One or more function declarations to be passed to the model along
with the current user query. Model may decide to call a subset of these
functions by populating FunctionCall in the
response. User should provide a
FunctionResponse for each function call
in the next turn. Based on the function responses, Model will generate the
final response back to the user. Maximum 64 function declarations can be
provided.
repeated .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declarations = 1 [(.google.api.field_behavior) = OPTIONAL];
public Tool.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final Tool.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides