pub fn extraction_llm(model: &str) -> Arc<dyn BaseLlm>Expand description
Build a Gemini LLM for out-of-band extraction from the environment.
Extraction wants a small, fast model: it runs on every finalized turn, and its latency budget is “before the user says something else”.