Skip to content
1 min read · 47 words

Variable: DEFAULT_KEEP_VERBATIM

ts
const DEFAULT_KEEP_VERBATIM: 2 = 2;

Defined in: src/batteries/context/compact/summarizer.ts:30

How many of the MOST RECENT turns stay verbatim, never folded into the running summary — coreference ("it", "that file") needs the immediately preceding turns present no matter what.

Remarks

The flagship reference agent's own calibrated value (COMPACT_KEEP_VERBATIM), lifted unchanged.