mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
NIT 3
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user