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 GitHub
parent 9bd3dbcf28
commit 75b9a3b6a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,