Merge remote-tracking branch 'upstream/main'

This commit is contained in:
tao.jun
2026-02-04 18:09:50 +08: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"
}
}
}
}
```