Package dev.langchain4j.model.language
Interface TokenCountEstimator
public interface TokenCountEstimator
-
Method Summary
Modifier and TypeMethodDescriptionintestimateTokenCount(DocumentSegment documentSegment) intestimateTokenCount(Prompt prompt) intestimateTokenCount(Object structuredPrompt) intestimateTokenCount(String text)
-
Method Details
-
estimateTokenCount
-
estimateTokenCount
-
estimateTokenCount
-
estimateTokenCount
-