agent: Disable redundant tools (might delete later) (#28114)

Release Notes:

- agent: Disable tools that are redundant in the presence of the bash
tool
This commit is contained in:
Agus Zubiaga
2025-04-04 15:59:21 -03:00
committed by Thomas Mickley-Doyle
parent c859c69c8e
commit bb8dcafd91

View File

@@ -644,7 +644,7 @@
"tools": {
"diagnostics": true,
"fetch": true,
"list_directory": true,
"list_directory": false,
"now": true,
"path_search": true,
"read_file": true,
@@ -659,15 +659,14 @@
"bash": true,
"batch_tool": true,
"code_symbols": true,
"copy_path": true,
"copy_path": false,
"create_file": true,
"delete_path": true,
"delete_path": false,
"diagnostics": true,
"find_replace_file": true,
"edit_files": false,
"fetch": true,
"list_directory": true,
"move_path": true,
"list_directory": false,
"move_path": false,
"now": true,
"path_search": true,
"read_file": true,