You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
theirish81 edited this page Jul 30, 2026
·
4 revisions
Internet Search
Some LLM providers offer special internal tools to perform web searches. Contrary to other tools, in which the agent
is required to actually execute the functions, internet search happens behind the scenes. Clearly not all LLMs provide
this service, so enabling it can cause varying results depending on the provider.
YAML
Simply declare a tool with type internet_search.
tools:
- type: internet_search
Notes
Among the existing LLMs available for Frags, only Gemini, ChatGPT and Anthropic support this feature.
As internet search falls into the "tools" category, only prePrompt is allowed to use it.