Skip to main content

get_compact_planning

Function get_compact_planning 

Source
pub fn get_compact_planning(model: Option<&str>) -> bool
Expand description

Whether to use compact planning prompt (rule filtering + fewer examples).

  • If SKILLLITE_COMPACT_PLANNING is set: use that (1=compact, 0=full).
  • If not set: only latest/best models (claude, gpt-4, gpt-5, gemini-2) use compact; deepseek, qwen, 7b, ollama etc. get full.