This commit is contained in:
jif-oai
2025-12-23 10:35:24 +01:00
parent 50cb2bea55
commit 7f4b324ce2

View File

@@ -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,