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()customParameters(Map<String, Object> customParameters) maxTokens(int maxTokens) messages(List<AnthropicMessage> messages) metadata(AnthropicMetadata metadata) 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
-
metadata
-
customParameters
-
build
-