mirror of
https://github.com/openai/codex.git
synced 2026-05-06 20:36:33 +00:00
Remove workspace message created_at field
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user