From 7230b48f71ec013443f11f730e470d7189fb203c Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:28:46 -0400 Subject: [PATCH] chore(tools/agentic_fetch): improve tool description --- internal/agent/templates/agentic_fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/templates/agentic_fetch.md b/internal/agent/templates/agentic_fetch.md index 5cf43b1f0cad31d75c6d07f609810d57539b31a1..4911f8071a6a11db63810d82df230b130a1c8cbf 100644 --- a/internal/agent/templates/agentic_fetch.md +++ b/internal/agent/templates/agentic_fetch.md @@ -1,4 +1,4 @@ -Fetches content from a URL or searches the web, then processes it using an AI model to extract information or answer questions. +Fetch a URL or search the web using an AI sub-agent that can extract, summarize, and answer questions. Slower and costlier than fetch; use fetch for raw content or API responses. Use this tool when you need to: