mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 13:34:15 -07:00
refactor(core): Centralize 'write_file' tool name (#10694)
This commit is contained in:
@@ -20,7 +20,7 @@ import {
|
||||
EditTool,
|
||||
MemoryTool,
|
||||
ShellTool,
|
||||
WriteFileTool,
|
||||
WRITE_FILE_TOOL_NAME,
|
||||
WebFetchTool,
|
||||
WebSearchTool,
|
||||
} from '@google/gemini-cli-core';
|
||||
@@ -48,7 +48,7 @@ const WRITE_TOOLS = new Set([
|
||||
EditTool.Name,
|
||||
MemoryTool.Name,
|
||||
ShellTool.Name,
|
||||
WriteFileTool.Name,
|
||||
WRITE_FILE_TOOL_NAME,
|
||||
WebFetchTool.Name,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user