This commit is contained in:
jif-oai
2025-12-23 10:48:20 +01:00
parent 16e3312eff
commit 96da76b77c

View File

@@ -7,6 +7,7 @@ use ts_rs::TS;
pub struct HistoryEntry {
pub conversation_id: String,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub agent_id: Option<String>,
pub ts: u64,
pub text: String,