mirror of
https://github.com/openai/codex.git
synced 2026-05-26 05:55:36 +00:00
`#[serde(default)]` wasn't sufficient for our generated TS types to reflect that clients didn't have to set them. We also need `skip_serializing_if = "std::ops::Not::not"`. This is already a rule in our agents.md file.
355 B
Generated
355 B
Generated