Class AnthropicCountTokensRequest
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicCountTokensRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getModel()
getTools()
void
setMessages
(List<AnthropicMessage> messages) void
void
setSystem
(List<AnthropicTextContent> system) void
setThinking
(AnthropicThinking thinking) void
setTools
(List<AnthropicTool> tools)
-
Constructor Details
-
AnthropicCountTokensRequest
-
-
Method Details
-
getModel
-
setModel
-
getMessages
-
setMessages
-
getSystem
-
setSystem
-
getTools
-
setTools
-
getThinking
-
setThinking
-
builder
-