Uses of Class
org.springframework.ai.anthropic.AnthropicChatOptions
Packages that use AnthropicChatOptions
-
Uses of AnthropicChatOptions in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicChatOptionsModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.build()
AnthropicChatOptions.copy()
static AnthropicChatOptions
AnthropicChatOptions.fromOptions
(AnthropicChatOptions fromOptions) Methods in org.springframework.ai.anthropic with parameters of type AnthropicChatOptionsModifier and TypeMethodDescriptionAnthropicChatModel.Builder.defaultOptions
(AnthropicChatOptions defaultOptions) static AnthropicChatOptions
AnthropicChatOptions.fromOptions
(AnthropicChatOptions fromOptions) Constructors in org.springframework.ai.anthropic with parameters of type AnthropicChatOptionsModifierConstructorDescriptionAnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of AnthropicChatOptions in org.springframework.ai.autoconfigure.anthropic
Methods in org.springframework.ai.autoconfigure.anthropic that return AnthropicChatOptions