Uses of Class
org.springframework.ai.anthropic.AnthropicChatOptions.Builder
-
Uses of AnthropicChatOptions.Builder in org.springframework.ai.anthropic
Modifier and TypeMethodDescriptionstatic AnthropicChatOptions.Builder
AnthropicChatOptions.builder()
AnthropicChatOptions.Builder.functionCallbacks
(List<FunctionCallback> functionCallbacks) AnthropicChatOptions.Builder.metadata
(AnthropicApi.ChatCompletionRequest.Metadata metadata) AnthropicChatOptions.Builder.model
(AnthropicApi.ChatModel model) AnthropicChatOptions.Builder.proxyToolCalls
(Boolean proxyToolCalls) AnthropicChatOptions.Builder.stopSequences
(List<String> stopSequences) AnthropicChatOptions.Builder.temperature
(Double temperature) AnthropicChatOptions.Builder.toolContext
(Map<String, Object> toolContext) AnthropicChatOptions.Builder.withFunction
(String functionName) Deprecated, for removal: This API element is subject to removal in a future version.AnthropicChatOptions.Builder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) Deprecated, for removal: This API element is subject to removal in a future version.usefunctionCallbacks(List)
instead.AnthropicChatOptions.Builder.withFunctions
(Set<String> functionNames) Deprecated, for removal: This API element is subject to removal in a future version.usefunctions(Set)
instead.AnthropicChatOptions.Builder.withMaxTokens
(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.usemaxTokens(Integer)
instead.AnthropicChatOptions.Builder.withMetadata
(AnthropicApi.ChatCompletionRequest.Metadata metadata) Deprecated, for removal: This API element is subject to removal in a future version.usemetadata(ChatCompletionRequest.Metadata)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead.AnthropicChatOptions.Builder.withModel
(AnthropicApi.ChatModel model) Deprecated, for removal: This API element is subject to removal in a future version.usemodel(AnthropicApi.ChatModel)
instead.AnthropicChatOptions.Builder.withProxyToolCalls
(Boolean proxyToolCalls) Deprecated, for removal: This API element is subject to removal in a future version.useproxyToolCalls(Boolean)
instead.AnthropicChatOptions.Builder.withStopSequences
(List<String> stopSequences) Deprecated, for removal: This API element is subject to removal in a future version.usestopSequences(List)
instead.AnthropicChatOptions.Builder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead.AnthropicChatOptions.Builder.withToolContext
(Map<String, Object> toolContext) Deprecated, for removal: This API element is subject to removal in a future version.usetoolContext(Map)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopK(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead.
function(String)
instead.