Update pkg/tools/web.go comment to fit with changes

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
trungtt6 2026-02-19 22:34:02 +08:00 committed by GitHub
parent c3967a560d
commit 61760336d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
//