Uses of Enum Class
dev.agenor.adapters.llm.anthropic.AnthropicProvider.Models
Packages that use AnthropicProvider.Models
-
Uses of AnthropicProvider.Models in dev.agenor.adapters.llm.anthropic
Methods in dev.agenor.adapters.llm.anthropic that return AnthropicProvider.ModelsModifier and TypeMethodDescriptionstatic AnthropicProvider.ModelsReturns the enum constant of this class with the specified name.static AnthropicProvider.Models[]AnthropicProvider.Models.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.agenor.adapters.llm.anthropic with parameters of type AnthropicProvider.ModelsModifier and TypeMethodDescriptionAnthropicProvider.Builder.modelName(AnthropicProvider.Models model) Set model by enum constant — preferred for known models.