From f91b36cc4e90e721fe0f434c603a4c1f1843c1aa Mon Sep 17 00:00:00 2001 From: Lei Date: Sat, 28 Feb 2026 22:48:49 +0800 Subject: [PATCH] fix syntax error --- pkg/tools/web.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/tools/web.go b/pkg/tools/web.go index 355a0e88a..6518989fe 100644 --- a/pkg/tools/web.go +++ b/pkg/tools/web.go @@ -657,8 +657,7 @@ func (t *WebFetchTool) Execute(ctx context.Context, args map[string]any) *ToolRe urlStr, extractor, truncated, - text - ), + text) return &ToolResult{ ForLLM: forLLM,