Uses of Class
com.oracle.bmc.generativeaiinference.model.ToolDefinition
-
Packages that use ToolDefinition Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of ToolDefinition in com.oracle.bmc.generativeaiinference.model
Subclasses of ToolDefinition in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
FunctionDefinition
A function the model may call.Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type ToolDefinition Modifier and Type Method Description List<ToolDefinition>
GenericChatRequest. getTools()
A list of tools the model may call.Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type ToolDefinition Modifier and Type Method Description GenericChatRequest.Builder
GenericChatRequest.Builder. tools(List<ToolDefinition> tools)
A list of tools the model may call.
-