Remove workspace message created_at field

This commit is contained in:
xli-oai
2026-05-05 12:14:17 -07:00
parent f9cd5bd631
commit 4ecb4497b2

View File

@@ -24,7 +24,6 @@ pub struct CodexWorkspaceMessage {
pub message_id: String,
pub message_type: CodexWorkspaceMessageType,
pub message_body: String,
pub created_at: String,
}
#[derive(Clone, Copy, Debug, Deserialize, PartialEq, Eq)]