mirror of
https://github.com/openai/codex.git
synced 2026-08-26 13:38:49 +00:00
Constructors with long param lists can be hard to reason about when a number of the args are `None`, in practice. Introducing a struct to use as the args type helps make things more self-documenting.