Class MessageTokenCountResponse
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.MessageTokenCountResponse
Response object from the Anthropic token counting API.
Contains the estimated input token count for a given message.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inputTokens
The number of input tokens in the message.
-
-
Constructor Details
-
MessageTokenCountResponse
public MessageTokenCountResponse()
-
-
Method Details
-
getInputTokens
-
hashCode
-
equals
-
toString
-