pub const K_MAX_SUB_QUERIES_CEILING: usize = 64;Expand description
Inclusive upper bound for deep-research --max-sub-queries.
Unlike the other ceilings this one guards spend, not memory: each sub-query is a separate REST round trip, so an unbounded value bills the operator for an unbounded fan-out.