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)