Skip to main content

HISTORY_COMPACT_TRIGGER_CHARS

Constant HISTORY_COMPACT_TRIGGER_CHARS 

Source
const HISTORY_COMPACT_TRIGGER_CHARS: usize = 24_000;
Expand description

Approx history size (in chars; ~4 chars/token) past which we compact. Tuned to keep the working window small without compacting on every short turn.