From 8a7586baf2c0f4af043405df6deb51ec1b94f6cd Mon Sep 17 00:00:00 2001 From: Louis Walsh Date: Mon, 26 Jan 2026 16:38:58 -0800 Subject: [PATCH] docs: simplify Exa config example in web.md --- docs/tools/web.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/tools/web.md b/docs/tools/web.md index e957d8a4f..0e17c0619 100644 --- a/docs/tools/web.md +++ b/docs/tools/web.md @@ -158,11 +158,7 @@ Exa provides a `/contents` API endpoint optimized for extracting text content fr exa: { enabled: true, // API key (optional if EXA_API_KEY is set) - apiKey: "your-exa-api-key", - // Include page text in results (default: true) - contents: true, - // Max characters of page text per result (default: 1500) - maxChars: 1500 + apiKey: "your-exa-api-key" } } } @@ -265,8 +261,6 @@ Fetch a URL and extract readable content. exa: { enabled: true, apiKey: "EXA_API_KEY_HERE", // optional if EXA_API_KEY is set - contents: true, - maxChars: 1500, timeoutSeconds: 30 }, firecrawl: {