JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Constructors
Deprecated Methods
Method
Description
org.springframework.ai.anthropic.AnthropicChatModel.Builder.functionCallbackResolver
(FunctionCallbackResolver)
org.springframework.ai.anthropic.AnthropicChatModel.Builder.toolCallbacks
(List<FunctionCallback>)
org.springframework.ai.anthropic.AnthropicChatOptions.Builder.function
(String)
org.springframework.ai.anthropic.AnthropicChatOptions.Builder.functionCallbacks
(List<FunctionCallback>)
org.springframework.ai.anthropic.AnthropicChatOptions.Builder.functions
(Set<String>)
org.springframework.ai.anthropic.AnthropicChatOptions.Builder.proxyToolCalls
(Boolean)
org.springframework.ai.anthropic.AnthropicChatOptions.getFunctionCallbacks()
org.springframework.ai.anthropic.AnthropicChatOptions.getFunctions()
org.springframework.ai.anthropic.AnthropicChatOptions.getProxyToolCalls()
org.springframework.ai.anthropic.AnthropicChatOptions.setFunctionCallbacks
(List<FunctionCallback>)
org.springframework.ai.anthropic.AnthropicChatOptions.setFunctions
(Set<String>)
org.springframework.ai.anthropic.AnthropicChatOptions.setProxyToolCalls
(Boolean)
Deprecated Constructors
Constructor
Description
org.springframework.ai.anthropic.AnthropicChatModel
(AnthropicApi)
Use
AnthropicChatModel.Builder
.
org.springframework.ai.anthropic.AnthropicChatModel
(AnthropicApi, AnthropicChatOptions)
Use
AnthropicChatModel.Builder
.
org.springframework.ai.anthropic.AnthropicChatModel
(AnthropicApi, AnthropicChatOptions, RetryTemplate)
Use
AnthropicChatModel.Builder
.
org.springframework.ai.anthropic.AnthropicChatModel
(AnthropicApi, AnthropicChatOptions, RetryTemplate, FunctionCallbackResolver)
Use
AnthropicChatModel.Builder
.
org.springframework.ai.anthropic.AnthropicChatModel
(AnthropicApi, AnthropicChatOptions, RetryTemplate, FunctionCallbackResolver, List<FunctionCallback>)
Use
AnthropicChatModel.Builder
.
org.springframework.ai.anthropic.AnthropicChatModel
(AnthropicApi, AnthropicChatOptions, RetryTemplate, FunctionCallbackResolver, List<FunctionCallback>, ObservationRegistry)
Use
AnthropicChatModel.Builder
.
AnthropicChatModel.Builder.