From 2ad43dbd3c9ca23cdd2327c4dda6ed9948a9fe2a Mon Sep 17 00:00:00 2001 From: mosir Date: Thu, 5 Mar 2026 10:10:45 +0800 Subject: [PATCH] test(agent): align loop regression test with context-based tool execution --- pkg/agent/loop_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/agent/loop_test.go b/pkg/agent/loop_test.go index 702046b3c..675b28ec5 100644 --- a/pkg/agent/loop_test.go +++ b/pkg/agent/loop_test.go @@ -507,9 +507,6 @@ func TestRunLLMIteration_MessageOnlyToolCallsStopAfterOneRound(t *testing.T) { t.Fatal("No default agent found") } - al.beginRoundForMessageTool(agent) - al.updateToolContexts(agent, "telegram", "chat-1") - _, iteration, err := al.runLLMIteration( context.Background(), agent,