Record exec pids in tool call spans

This commit is contained in:
marina-oai
2026-01-15 17:16:24 +09:00
parent a09711332a
commit ca47abc69a
17 changed files with 151 additions and 33 deletions

View File

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