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:
parent
c3967a560d
commit
61760336d5
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ type WebSearchTool struct {
|
||||||
//
|
//
|
||||||
// If Provider is set, it's considered enabled. Use empty Provider to disable.
|
// 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).
|
// 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:
|
// Usage example:
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue