From 950b373e2b0f415983947d36b182a627084c5014 Mon Sep 17 00:00:00 2001 From: afjcjsbx Date: Fri, 13 Mar 2026 18:32:26 +0100 Subject: [PATCH] fix lint --- pkg/agent/steering_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/agent/steering_test.go b/pkg/agent/steering_test.go index 173814d06..f9cae38da 100644 --- a/pkg/agent/steering_test.go +++ b/pkg/agent/steering_test.go @@ -320,6 +320,7 @@ func (t *slowTool) Parameters() map[string]any { "properties": map[string]any{}, } } + func (t *slowTool) Execute(ctx context.Context, args map[string]any) *tools.ToolResult { if t.execCh != nil { close(t.execCh)