Merge branch 'main' into pr-84

This commit is contained in:
Re-bin
2026-02-05 05:01:02 +00:00
7 changed files with 53 additions and 36 deletions

View File

@@ -108,8 +108,12 @@ nanobot onboard
"model": "anthropic/claude-opus-4-5"
}
},
"webSearch": {
"apiKey": "BSA-xxx"
"tools": {
"web": {
"search": {
"apiKey": "BSA-xxx"
}
}
}
}
```