From 3ec234c35340ec16c1f56241c2c4e256f88c058e Mon Sep 17 00:00:00 2001 From: Steven Enamakel <31011319+senamakel@users.noreply.github.com> Date: Sat, 4 Jul 2026 17:57:49 -0700 Subject: [PATCH] test(rust): update tinyagents tool completion fixture (#4530) --- src/openhuman/tinyagents/observability.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openhuman/tinyagents/observability.rs b/src/openhuman/tinyagents/observability.rs index 8ea9c9168..912a64e90 100644 --- a/src/openhuman/tinyagents/observability.rs +++ b/src/openhuman/tinyagents/observability.rs @@ -1094,7 +1094,6 @@ mod tests { sink.emit(AgentEvent::ToolCompleted { call_id: "c1".into(), tool_name: "echo".to_string(), - started_at_ms: None, input: None, output: None, });