mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
NIT 2
This commit is contained in:
@@ -1341,6 +1341,7 @@ pub struct TurnContextItem {
|
||||
pub struct RolloutLine {
|
||||
pub timestamp: String,
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
#[ts(optional)]
|
||||
pub agent_id: Option<AgentId>,
|
||||
#[serde(flatten)]
|
||||
pub item: RolloutItem,
|
||||
|
||||
Reference in New Issue
Block a user