mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
Add the following fields to Thread:
```
pub preview: String,
pub model_provider: String,
pub created_at: i64,
```
Will prob need another PR once this lands:
https://github.com/openai/codex/pull/6337