(&self)
| 41 | } |
| 42 | |
| 43 | pub(super) fn trace_events(&self) -> Vec<TraceEvent> { |
| 44 | self.session.trace_sink.events() |
| 45 | } |
| 46 | |
| 47 | pub(super) async fn active_tools(&self) -> Vec<crate::run::ActiveToolSnapshot> { |
| 48 | super::runtime_events::active_tool_snapshots(&self.session.active_tools).await |