fix: rename bash tool to exec (#748) (thanks @myfunc)
This commit is contained in:
@@ -93,7 +93,7 @@ Restrict pruning to specific tools:
|
||||
agent: {
|
||||
contextPruning: {
|
||||
mode: "adaptive",
|
||||
tools: { allow: ["bash", "read"], deny: ["*image*"] }
|
||||
tools: { allow: ["exec", "read"], deny: ["*image*"] }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user