public interface TokenCountEstimator
| Modifier and Type | Method and Description |
|---|---|
default int |
estimateTokenCount(Object structuredPrompt) |
default int |
estimateTokenCount(Prompt prompt) |
int |
estimateTokenCount(String text) |
default int |
estimateTokenCount(TextSegment textSegment) |
int estimateTokenCount(String text)
default int estimateTokenCount(Prompt prompt)
default int estimateTokenCount(Object structuredPrompt)
default int estimateTokenCount(TextSegment textSegment)
Copyright © 2023. All rights reserved.