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:
parent
9bd3dbcf28
commit
75b9a3b6a8
1 changed files with 5 additions and 6 deletions
|
@ -644,7 +644,7 @@
|
||||||
"tools": {
|
"tools": {
|
||||||
"diagnostics": true,
|
"diagnostics": true,
|
||||||
"fetch": true,
|
"fetch": true,
|
||||||
"list_directory": true,
|
"list_directory": false,
|
||||||
"now": true,
|
"now": true,
|
||||||
"path_search": true,
|
"path_search": true,
|
||||||
"read_file": true,
|
"read_file": true,
|
||||||
|
@ -659,15 +659,14 @@
|
||||||
"bash": true,
|
"bash": true,
|
||||||
"batch_tool": true,
|
"batch_tool": true,
|
||||||
"code_symbols": true,
|
"code_symbols": true,
|
||||||
"copy_path": true,
|
"copy_path": false,
|
||||||
"create_file": true,
|
"create_file": true,
|
||||||
"delete_path": true,
|
"delete_path": false,
|
||||||
"diagnostics": true,
|
"diagnostics": true,
|
||||||
"find_replace_file": true,
|
"find_replace_file": true,
|
||||||
"edit_files": false,
|
|
||||||
"fetch": true,
|
"fetch": true,
|
||||||
"list_directory": true,
|
"list_directory": false,
|
||||||
"move_path": true,
|
"move_path": false,
|
||||||
"now": true,
|
"now": true,
|
||||||
"path_search": true,
|
"path_search": true,
|
||||||
"read_file": true,
|
"read_file": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue