feat: add web tools config to configure
This commit is contained in:
@@ -77,8 +77,9 @@ export async function runOnboardingWizard(
|
||||
await prompter.intro("Clawdbot onboarding");
|
||||
await prompter.note(
|
||||
[
|
||||
"Recommended: get a Brave Search API key to enable web_search.",
|
||||
"Set BRAVE_API_KEY or tools.web.search.apiKey.",
|
||||
"Recommended: set up a Brave Search API key for web_search.",
|
||||
"Easiest: clawdbot configure --section web (stores tools.web.search.apiKey).",
|
||||
"Env alternative: BRAVE_API_KEY (gateway environment).",
|
||||
"Docs: https://docs.clawd.bot/tools/web",
|
||||
].join("\n"),
|
||||
"Web search (optional)",
|
||||
|
||||
Reference in New Issue
Block a user