pub const DEFAULT_EXTRACTION_MODEL: &str = "gemini-2.5-flash";Expand description
The default extraction model — the one retrieval planning uses.
Planning is the harder of the two jobs and keeps the larger model. See
DEFAULT_TRANSCRIPT_MODEL for why they are separate.