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 TypeMethodDescriptionstatic AnthropicChatOptions
AnthropicChatOptions.fromOptions
(AnthropicChatOptions fromOptions) Constructors in org.springframework.ai.anthropic with parameters of type AnthropicChatOptionsModifierConstructorDescriptionAnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions) Construct a newAnthropicChatModel
instance.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate) Construct a newAnthropicChatModel
instance.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver) Construct a newAnthropicChatModel
instance.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks) Construct a newAnthropicChatModel
instance.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) Construct a newAnthropicChatModel
instance. -
Uses of AnthropicChatOptions in org.springframework.ai.autoconfigure.anthropic
Methods in org.springframework.ai.autoconfigure.anthropic that return AnthropicChatOptions