[WIP] Name conversations

This commit is contained in:
Javier Soto
2026-01-05 11:08:18 -08:00
parent 720fa67816
commit 1364a81040
16 changed files with 223 additions and 4 deletions

View File

@@ -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.