mirror of
https://github.com/openai/codex.git
synced 2026-05-04 19:36:45 +00:00
[WIP] Name conversations
This commit is contained in:
@@ -1168,6 +1168,8 @@ pub struct Thread {
|
||||
pub id: String,
|
||||
/// Usually the first user message in the thread, if available.
|
||||
pub preview: String,
|
||||
/// Optional human-friendly name for the thread.
|
||||
pub name: Option<String>,
|
||||
/// Model provider used for this thread (for example, 'openai').
|
||||
pub model_provider: String,
|
||||
/// Unix timestamp (in seconds) when the thread was created.
|
||||
|
||||
Reference in New Issue
Block a user