refactor: move web_fetch tool name to tool-names.ts (#11174)

This commit is contained in:
Abhi
2025-10-15 22:48:12 -04:00
committed by GitHub
parent 1c090b3654
commit 770ccfd8bc
4 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ import {
MemoryTool,
ShellTool,
WRITE_FILE_TOOL_NAME,
WebFetchTool,
WEB_FETCH_TOOL_NAME,
WebSearchTool,
} from '@google/gemini-cli-core';
import type { Settings } from './settings.js';
@@ -49,7 +49,7 @@ const WRITE_TOOLS = new Set([
MemoryTool.Name,
ShellTool.Name,
WRITE_FILE_TOOL_NAME,
WebFetchTool.Name,
WEB_FETCH_TOOL_NAME,
]);
export function createPolicyEngineConfig(