mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Record exec pids in tool call spans
This commit is contained in:
@@ -3538,6 +3538,7 @@ mod tests {
|
||||
aggregated_output: StreamOutput::new("Command output".to_string()),
|
||||
duration: StdDuration::from_secs(1),
|
||||
timed_out: true,
|
||||
os_pid: None,
|
||||
};
|
||||
let (_, turn_context) = make_session_and_context().await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user