Package org.springframework.ai.anthropic
Class AnthropicChatOptions.Builder
java.lang.Object
org.springframework.ai.anthropic.AnthropicChatOptions.Builder
- Enclosing class:
- AnthropicChatOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
functionCallbacks
(List<FunctionCallback> functionCallbacks) model
(AnthropicApi.ChatModel model) proxyToolCalls
(Boolean proxyToolCalls) stopSequences
(List<String> stopSequences) temperature
(Double temperature) toolContext
(Map<String, Object> toolContext)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
model
-
model
-
maxTokens
-
metadata
-
stopSequences
-
temperature
-
topP
-
topK
-
functionCallbacks
-
functions
-
function
-
proxyToolCalls
-
toolContext
-
build
-