Kind: Function
Source: atloria-monorepo/libs/agent-core/src/context/context-manager.ts
Estimate tokens from string length (rough: ~4 chars per token).
Signature
tsfunction estimateTokens(text: string): number
Parameters
| Name | Type |
|---|---|
text | string |
Returns: number
Was this page helpful?