From 61760336d52db012b04f498025aa465d05326577 Mon Sep 17 00:00:00 2001 From: trungtt6 <74585678+trungtt6@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:34:02 +0800 Subject: [PATCH] Update pkg/tools/web.go comment to fit with changes Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/tools/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tools/web.go b/pkg/tools/web.go index 3028cdec9..8cb58063c 100644 --- a/pkg/tools/web.go +++ b/pkg/tools/web.go @@ -291,7 +291,7 @@ type WebSearchTool struct { // // If Provider is set, it's considered enabled. Use empty Provider to disable. // BaseURL is generic and works for any provider (e.g., custom Ollama instances). -// Model is not needed for web search - results are translated by the main LLM. +// Search results are returned as raw text/JSON for the main LLM or agent to process. // // Usage example: //