Uses of Enum Class
dev.langchain4j.model.anthropic.internal.api.AnthropicToolChoiceType
Packages that use AnthropicToolChoiceType
-
Uses of AnthropicToolChoiceType in dev.langchain4j.model.anthropic.internal.api
Methods in dev.langchain4j.model.anthropic.internal.api that return AnthropicToolChoiceTypeModifier and TypeMethodDescriptionstatic AnthropicToolChoiceType
Returns the enum constant of this class with the specified name.static AnthropicToolChoiceType[]
AnthropicToolChoiceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicToolChoiceTypeModifier and TypeMethodDescriptionstatic AnthropicToolChoice
AnthropicToolChoice.from
(AnthropicToolChoiceType type) AnthropicToolChoice.Builder.type
(AnthropicToolChoiceType type)