mirror of
https://github.com/openai/codex.git
synced 2026-05-05 05:42:33 +03: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.