Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / DEFAULT_RESERVED_FOR_RESPONSE

Variable: DEFAULT_RESERVED_FOR_RESPONSE

ts
const DEFAULT_RESERVED_FOR_RESPONSE: 4096 = 4096;

Defined in: packages/memory/src/context-engine/compaction/thresholds.ts:20

Reserved tokens for the next provider response. Mirrors the existing reservedForResponse: 4096 ContextEngine default.

Stable