docs: fix incorrect references and add missing tool docs

This commit is contained in:
Re-bin
2026-02-04 06:45:53 +00:00
parent 9a0f8fcc73
commit bf1dc7c0d3
4 changed files with 49 additions and 32 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"
}
}
}
}
```