Uses of Class
com.oracle.bmc.generativeaiinference.model.ToolChoice
-
Packages that use ToolChoice Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of ToolChoice in com.oracle.bmc.generativeaiinference.model
Subclasses of ToolChoice in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
ToolChoiceAuto
The model can pick between generating a message or calling one or more tools.class
ToolChoiceFunction
The tool choice for a function.class
ToolChoiceNone
The model will not call any tool and instead generates a message.class
ToolChoiceRequired
The model must call one or more tools.Methods in com.oracle.bmc.generativeaiinference.model that return ToolChoice Modifier and Type Method Description ToolChoice
GenericChatRequest. getToolChoice()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type ToolChoice Modifier and Type Method Description GenericChatRequest.Builder
GenericChatRequest.Builder. toolChoice(ToolChoice toolChoice)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type ToolChoice Constructor Description GenericChatRequest(List<Message> messages, Boolean isStream, Integer numGenerations, Integer seed, Boolean isEcho, Integer topK, Double topP, Double temperature, Double frequencyPenalty, Double presencePenalty, List<String> stop, Integer logProbs, Integer maxTokens, Object logitBias, ToolChoice toolChoice, List<ToolDefinition> tools)
Deprecated.
-