const KNOWN_VOID_RESPONSE_METHODS: &[&str];Expand description
Methods confirmed (by hand, against the schema) to genuinely have no response payload / no params - NOT “our heuristic failed to find one.” Anything else the heuristics can’t resolve is a hard build-time error, so a future codex schema change that introduces a new shape breaks the build loudly instead of silently generating wrong code (dropped params, dropped response data). See README.md “Regenerating the schema”.