Uses of Enum Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
Packages that use AnthropicApi.ChatModel
-
Uses of AnthropicApi.ChatModel in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic with parameters of type AnthropicApi.ChatModelModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.model(AnthropicApi.ChatModel model) -
Uses of AnthropicApi.ChatModel in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatModelModifier and TypeMethodDescriptionstatic AnthropicApi.ChatModelReturns the enum constant of this class with the specified name.static AnthropicApi.ChatModel[]AnthropicApi.ChatModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatModelModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequestBuilder.withModel(AnthropicApi.ChatModel model)