pub const ENRICH_BODY_PREVIEW_CHARS: usize = 500;Expand description
Number of chars of a memory body shown to the model as a PREVIEW.
GAP-SG-279 measured six body truncations across the enrich modules carrying three different literals — 500, 2000 and 200 — none of them named. The divergence was invisible because each site read as a local decision; taken together they meant the same operation class showed the model wildly different amounts of the same corpus. Preview is the smallest of the three roles: enough to identify a memory, never enough to reason from.