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
|
||
|---|---|---|
| .. | ||
| account.rs | ||
| mod.rs | ||
| model_list.rs | ||
| rate_limits.rs | ||
| thread_archive.rs | ||
| thread_list.rs | ||
| thread_resume.rs | ||
| thread_start.rs | ||
| turn_interrupt.rs | ||
| turn_start.rs | ||