Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw supports Gemini models with built-in Google Search grounding, which returns AI-synthesized answers backed by live Google Search results with citations.
text```bash} openclaw configure --section web ```
json5{ plugins: { entries: { google: { config: { webSearch: { apiKey: "AIza...", // optional if GEMINI_API_KEY is set model: "gemini-2.5-flash", // default }, }, }, }, }, tools: { web: { search: { provider: "gemini", }, }, }, }
Environment alternative: set
GEMINI_API_KEY~/.openclaw/.envUnlike traditional search providers that return a list of links and snippets, Gemini uses Google Search grounding to produce AI-synthesized answers with inline citations. The results include both the synthesized answer and the source URLs.
Gemini search supports
querycountweb_searchProvider-specific filters like
countrylanguagefreshnessdomain_filterThe default model is
gemini-2.5-flashplugins.entries.google.config.webSearch.model© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine