refactor(tools): Migrate shell tool name to a centralized constant (#11418)

This commit is contained in:
Abhi
2025-10-17 21:07:26 -04:00
committed by GitHub
parent cedf0235a1
commit 2ef38065c7
8 changed files with 38 additions and 33 deletions
+1
View File
@@ -14,6 +14,7 @@ export const WRITE_FILE_TOOL_NAME = 'write_file';
export const WEB_SEARCH_TOOL_NAME = 'google_web_search';
export const WEB_FETCH_TOOL_NAME = 'web_fetch';
export const EDIT_TOOL_NAME = 'replace';
export const SHELL_TOOL_NAME = 'run_shell_command';
// TODO: Migrate other tool names here to follow this pattern and prevent future circular dependencies.
// Candidates for migration: