Type Alias: TokenEstimator()
TokenEstimator = (
content,modelId?) =>Promise<number>
Defined in: packages/agentos/src/core/llm/IPromptEngine.ts:371
Function signature for estimating token counts. This is passed to templates to allow them to make token-aware decisions.
Parameters
content
string
modelId?
string
Returns
Promise<number>