pub const ROUTER_MAX_OUTPUT_TOKENS: u32 = 32;Expand description
Output-token ceiling for a Router call. The Router answers with one small JSON object; nothing it could legitimately say needs more room, and a tight bound is what keeps a per-task Router call cheap.