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) Deprecated.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate) Deprecated.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver) Deprecated.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks) Deprecated.AnthropicChatModel
(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, org.springframework.retry.support.RetryTemplate retryTemplate, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) Deprecated. -
Uses of AnthropicChatOptions in org.springframework.ai.autoconfigure.anthropic
Methods in org.springframework.ai.autoconfigure.anthropic that return AnthropicChatOptions
AnthropicChatModel.Builder
.