mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 21:00:44 +00:00
docs: plugin manifest precedence, QQBot engine/bot-approve/QR onboarding, web-search plugin-scoped SecretRefs
This commit is contained in:
@@ -181,9 +181,14 @@ If no provider is detected, it falls back to Brave (you will get a missing-key
|
||||
error prompting you to configure one).
|
||||
|
||||
<Note>
|
||||
All provider key fields support SecretRef objects. In auto-detect mode,
|
||||
OpenClaw resolves only the selected provider key -- non-selected SecretRefs
|
||||
stay inactive.
|
||||
All provider key fields support SecretRef objects. Plugin-scoped SecretRefs
|
||||
under `plugins.entries.<plugin>.config.webSearch.apiKey` are resolved for the
|
||||
bundled Exa, Firecrawl, Gemini, Grok, Kimi, Perplexity, and Tavily providers
|
||||
whether the provider is picked explicitly via `tools.web.search.provider` or
|
||||
selected through auto-detect. In auto-detect mode, OpenClaw resolves only the
|
||||
selected provider key -- non-selected SecretRefs stay inactive, so you can
|
||||
keep multiple providers configured without paying resolution cost for the
|
||||
ones you are not using.
|
||||
</Note>
|
||||
|
||||
## Config
|
||||
|
||||
Reference in New Issue
Block a user