MIN_CONTEXT_BUDGET_CHARS

Constant MIN_CONTEXT_BUDGET_CHARS 

Source
pub const MIN_CONTEXT_BUDGET_CHARS: usize = 100;
Expand description

Hard floor on context_budget_chars (100 characters).

A budget below this threshold would cause the pruner to discard virtually all context, leaving the LLM with no meaningful history to reason about.