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 Exa AI as a
web_searchtext```bash} openclaw configure --section web ```
json5{ plugins: { entries: { exa: { config: { webSearch: { apiKey: "exa-...", // optional if EXA_API_KEY is set }, }, }, }, }, tools: { web: { search: { provider: "exa", }, }, }, }
Environment alternative: set
EXA_API_KEY~/.openclaw/.envExa can return extracted content alongside search results. Pass a
contentsjavascriptawait web_search({ query: "transformer architecture explained", type: "neural", contents: { text: true, // full page text highlights: { numSentences: 3 }, // key sentences summary: true, // AI summary }, });
| Contents option | Type | Description |
|---|---|---|
text text | text boolean | { maxCharacters } | Extract full page text |
text highlights | text boolean | { maxCharacters, query, numSentences, highlightsPerUrl } | Extract key sentences |
text summary | text boolean | { query } | AI-generated summary |
| Mode | Description |
|---|---|
text auto | Exa picks the best mode (default) |
text neural | Semantic/meaning-based search |
text fast | Quick keyword search |
text deep | Thorough deep search |
text deep-reasoning | Deep search with reasoning |
text instant | Fastest results |
contents{ highlights: true }highlightScoressummaryfreshnessdate_afterdate_beforecacheTtlMinutes© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine