Package dev.langchain4j.model.chat
Interface TokenCountEstimator
public interface TokenCountEstimator
-
Method Summary
Modifier and TypeMethodDescriptionintestimateTokenCount(DocumentSegment documentSegment) intestimateTokenCount(UserMessage userMessage) intestimateTokenCount(Prompt prompt) intestimateTokenCount(Object structuredPrompt) intestimateTokenCount(String text) intestimateTokenCount(List<ChatMessage> messages)
-
Method Details
-
estimateTokenCount
-
estimateTokenCount
-
estimateTokenCount
-
estimateTokenCount
-
estimateTokenCount
-
estimateTokenCount
-