Apply recent changes
This commit is contained in:
@@ -289,7 +289,12 @@ impl SecuritySettings {
|
||||
}
|
||||
|
||||
fn default_allowed_tools() -> Vec<String> {
|
||||
vec!["web_search".to_string(), "code_exec".to_string()]
|
||||
vec![
|
||||
"web_search".to_string(),
|
||||
"code_exec".to_string(),
|
||||
"file_write".to_string(),
|
||||
"file_delete".to_string(),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user