mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Fix test
This commit is contained in:
@@ -500,6 +500,7 @@ pub struct Event {
|
||||
pub id: String,
|
||||
/// Optional agent identifier associated with this event.
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
#[ts(optional)]
|
||||
pub agent_id: Option<AgentId>,
|
||||
/// Payload
|
||||
pub msg: EventMsg,
|
||||
|
||||
Reference in New Issue
Block a user