Uses of Enum Class
dev.langchain4j.model.chat.request.ToolChoice
Packages that use ToolChoice
Package
Description
-
Uses of ToolChoice in dev.langchain4j.model.chat
Methods in dev.langchain4j.model.chat with parameters of type ToolChoice -
Uses of ToolChoice in dev.langchain4j.model.chat.request
Methods in dev.langchain4j.model.chat.request that return ToolChoiceModifier 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.Methods in dev.langchain4j.model.chat.request with parameters of type ToolChoiceModifier and TypeMethodDescriptionDefaultChatRequestParameters.Builder.toolChoice
(ToolChoice toolChoice) -
Uses of ToolChoice in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai with parameters of type ToolChoiceModifier and TypeMethodDescriptionstatic dev.ai4j.openai4j.chat.ToolChoiceMode
InternalOpenAiHelper.toOpenAiToolChoice
(ToolChoice toolChoice)