feat: Enhance web_fetch tool to process prompts with URLs using Gemini API (#587)

This commit is contained in:
Allen Hutchison
2025-05-29 15:02:31 -07:00
committed by GitHub
parent 4b4ba85313
commit 5dbc83fabc
2 changed files with 161 additions and 49 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ export function createToolRegistry(config: Config): ToolRegistry {
registerCoreTool(GlobTool, targetDir);
registerCoreTool(EditTool, config);
registerCoreTool(WriteFileTool, config);
registerCoreTool(WebFetchTool);
registerCoreTool(WebFetchTool, config);
registerCoreTool(ReadManyFilesTool, targetDir);
registerCoreTool(ShellTool, config);
registerCoreTool(MemoryTool);