Uses of Enum Class
dev.langchain4j.model.chat.request.ToolChoice
Package
Description
-
Uses of ToolChoice in dev.langchain4j.model.chat
-
Uses of ToolChoice in dev.langchain4j.model.chat.request
Modifier and TypeMethodDescriptionChatRequestParameters.toolChoice()
DefaultChatRequestParameters.toolChoice()
static ToolChoice
Returns the enum constant of this class with the specified name.static ToolChoice[]
ToolChoice.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDefaultChatRequestParameters.Builder.toolChoice
(ToolChoice toolChoice) -
Uses of ToolChoice in dev.langchain4j.model.openai
Modifier and TypeMethodDescriptionstatic dev.ai4j.openai4j.chat.ToolChoiceMode
InternalOpenAiHelper.toOpenAiToolChoice
(ToolChoice toolChoice)