Merge branch 'main' into main

This commit is contained in:
Dontrail Cotlage
2026-02-04 09:59:33 -05:00
committed by GitHub
14 changed files with 276 additions and 43 deletions

View File

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