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
Subclasses with type arguments of type AnthropicToolChoiceType in dev.langchain4j.model.anthropic.internal.apiMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicToolChoiceTypeModifier and TypeMethodDescriptionstatic AnthropicToolChoiceTypeReturns 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 AnthropicToolChoiceAnthropicToolChoice.from(AnthropicToolChoiceType type) static AnthropicToolChoiceAnthropicToolChoice.from(AnthropicToolChoiceType type, Boolean disableParallelToolUse) static AnthropicToolChoiceAnthropicToolChoice.from(AnthropicToolChoiceType type, String name) AnthropicToolChoice.Builder.type(AnthropicToolChoiceType type)