From 9624f880e0acb220718bdae4e6ddef2e3305d049 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Thu, 23 Apr 2026 21:52:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=20Anthropic=20base=20URL=20=E5=BA=94=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20ExaSearchAdapter=20=E8=80=8C=E9=9D=9E=20BingSearchA?= =?UTF-8?q?dapter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .../builtin-tools/src/tools/WebSearchTool/adapters/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builtin-tools/src/tools/WebSearchTool/adapters/index.ts b/packages/builtin-tools/src/tools/WebSearchTool/adapters/index.ts index f1ef10bc9..9e3310e0b 100644 --- a/packages/builtin-tools/src/tools/WebSearchTool/adapters/index.ts +++ b/packages/builtin-tools/src/tools/WebSearchTool/adapters/index.ts @@ -47,7 +47,7 @@ export function createAdapter(): WebSearchAdapter { ? 'bing' : isFirstPartyAnthropicBaseUrl() ? 'api' - : 'bing' + : 'exa' if (cachedAdapter && cachedAdapterKey === adapterKey) return cachedAdapter