pub fn parse_sub_queries_range(s: &str) -> Result<usize, String>Expand description
Validates deep-research --max-sub-queries.
This ceiling guards spend rather than memory: every sub-query is a separate REST round trip, so an unbounded value bills an unbounded fan-out.