Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / HEURISTIC_TOKEN_COUNTER

Variable: HEURISTIC_TOKEN_COUNTER

ts
const HEURISTIC_TOKEN_COUNTER: ContextTokenCounter;

Defined in: packages/memory/src/context-engine/token-counter.ts:38

Built-in heuristic counter — Math.ceil(text.length / 4). Stable default when the operator does not pass a real TokenCounter.

Stable