Uses of Enum Class
dev.langchain4j.model.chat.request.ToolChoice
Packages that use ToolChoice
-
Uses of ToolChoice in dev.langchain4j.internal
Methods in dev.langchain4j.internal with parameters of type ToolChoiceModifier and TypeMethodDescriptionstatic voidChatRequestValidationUtils.validate(ToolChoice toolChoice) -
Uses of ToolChoice in dev.langchain4j.model.chat.request
Methods in dev.langchain4j.model.chat.request that return ToolChoiceModifier and TypeMethodDescriptionChatRequest.toolChoice()ChatRequestParameters.toolChoice()DefaultChatRequestParameters.toolChoice()static ToolChoiceReturns 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 TypeMethodDescriptionChatRequest.Builder.toolChoice(ToolChoice toolChoice) DefaultChatRequestParameters.Builder.toolChoice(ToolChoice toolChoice)