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