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 AnthropicChatOptionsAnthropicChatOptions.fromOptions(AnthropicChatOptions fromOptions) Methods in org.springframework.ai.anthropic with parameters of type AnthropicChatOptionsModifier and TypeMethodDescriptionAnthropicChatModel.Builder.defaultOptions(AnthropicChatOptions defaultOptions) static AnthropicChatOptionsAnthropicChatOptions.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.
AnthropicChatModel.Builder.