MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / countTextTokens

Function countTextTokens

frontend/lib/token-counter.ts:18–20  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

16 * @returns The number of tokens
17 */
18export function countTextTokens(text: string): number {
19 return encoder.encode(text).length
20}
21
22/**
23 * Get token counts for the system prompts

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected