Uses of Class
org.springframework.ai.anthropic.AnthropicChatOptions
Packages that use AnthropicChatOptions
Package
Description
-
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, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) AnthropicChatModel(AnthropicApi anthropicApi, AnthropicChatOptions defaultOptions, ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) -
Uses of AnthropicChatOptions in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure that return AnthropicChatOptions