Package org.springframework.ai.anthropic
Class AnthropicChatModel.Builder
java.lang.Object
org.springframework.ai.anthropic.AnthropicChatModel.Builder
- Enclosing class:
- AnthropicChatModel
-
Method Summary
Modifier and TypeMethodDescriptionanthropicApi
(AnthropicApi anthropicApi) build()
defaultOptions
(AnthropicChatOptions defaultOptions) functionCallbackResolver
(FunctionCallbackResolver functionCallbackResolver) Deprecated.observationRegistry
(io.micrometer.observation.ObservationRegistry observationRegistry) retryTemplate
(org.springframework.retry.support.RetryTemplate retryTemplate) toolCallbacks
(List<FunctionCallback> toolCallbacks) Deprecated.toolCallingManager
(ToolCallingManager toolCallingManager)
-
Method Details
-
anthropicApi
-
defaultOptions
-
retryTemplate
public AnthropicChatModel.Builder retryTemplate(org.springframework.retry.support.RetryTemplate retryTemplate) -
toolCallingManager
-
functionCallbackResolver
@Deprecated public AnthropicChatModel.Builder functionCallbackResolver(FunctionCallbackResolver functionCallbackResolver) Deprecated. -
toolCallbacks
Deprecated. -
observationRegistry
public AnthropicChatModel.Builder observationRegistry(io.micrometer.observation.ObservationRegistry observationRegistry) -
build
-