mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-27 21:47:30 +08:00
fix safety
This commit is contained in:
@@ -100,6 +100,16 @@
|
||||
}
|
||||
},
|
||||
"tools": {
|
||||
"filesystem": {},
|
||||
"shell": {
|
||||
"enabled": true,
|
||||
"working_dir": "",
|
||||
"timeout": 60000000000,
|
||||
"sandbox": {
|
||||
"enabled": false,
|
||||
"image": "golang:alpine"
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"search": {
|
||||
"api_key": "YOUR_BRAVE_API_KEY",
|
||||
|
||||
Reference in New Issue
Block a user