mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
Instead of:
```
{ Text: { text: string } }
```
It is now:
```
{ type: "text", data: { text: string } }
```
which makes for cleaner discriminated unions