Class AnthropicCreateMessageRequest.Builder
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicCreateMessageRequest.Builder
- Enclosing class:
AnthropicCreateMessageRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxTokens
(int maxTokens) messages
(List<AnthropicMessage> messages) stopSequences
(List<String> stopSequences) stream
(boolean stream) system
(List<AnthropicTextContent> system) temperature
(Double temperature) thinking
(AnthropicThinking thinking) toolChoice
(AnthropicToolChoice toolChoice) tools
(List<AnthropicTool> tools)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
model
-
messages
-
system
-
maxTokens
-
stopSequences
-
stream
-
temperature
-
topP
-
topK
-
tools
-
toolChoice
-
thinking
-
build
-