Uses of Enum Class
dev.langchain4j.model.openai.internal.chat.ToolChoiceMode
Packages that use ToolChoiceMode
-
Uses of ToolChoiceMode in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return ToolChoiceModeModifier and TypeMethodDescriptionstatic ToolChoiceMode
InternalOpenAiHelper.toOpenAiToolChoice
(ToolChoice toolChoice) -
Uses of ToolChoiceMode in dev.langchain4j.model.openai.internal.chat
Methods in dev.langchain4j.model.openai.internal.chat that return ToolChoiceModeModifier and TypeMethodDescriptionstatic ToolChoiceMode
Returns the enum constant of this class with the specified name.static ToolChoiceMode[]
ToolChoiceMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.openai.internal.chat with parameters of type ToolChoiceModeModifier and TypeMethodDescriptionChatCompletionRequest.Builder.toolChoice
(ToolChoiceMode toolChoiceMode)