Merge branch 'add-querit-support' of https://github.com/querit-ai/clawdbot into add-querit-support
This commit is contained in:
commit
d5743a5a9d
@ -150,8 +150,8 @@ function missingSearchKeyPayload(provider: (typeof SEARCH_PROVIDERS)[number]) {
|
|||||||
if (provider === "querit") {
|
if (provider === "querit") {
|
||||||
return {
|
return {
|
||||||
error: "missing_querit_api_key",
|
error: "missing_querit_api_key",
|
||||||
message: `web_search (querit) needs an API key. Run \`${formatCliCommand("clawdbot configure --section web")}\` to store it, or set QUERIT_API_KEY in the Gateway environment.`,
|
message: `web_search (querit) needs an API key. Run \`${formatCliCommand("moltbot configure --section web")}\` to store it, or set QUERIT_API_KEY in the Gateway environment.`,
|
||||||
docs: "https://docs.clawd.bot/tools/web",
|
docs: "https://docs.molt.bot/tools/web",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user