pub fn openrouter_timeout_override() -> Option<u64>Expand description
CLI --openrouter-timeout as passed, with no XDG or constant layered on.
The embedding client needs the RAW override because it resolves against its
own key (embedding.timeout_secs); handing it an already-resolved value
would make the flag indistinguishable from a default and silently promote
the constant above XDG.