mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 22:00:21 +00:00
feat(web-search): add bundled Exa plugin (#52617)
This commit is contained in:
@@ -13,6 +13,7 @@ const BUNDLED_WEB_SEARCH_PROVIDERS = [
|
||||
{ pluginId: "moonshot", id: "kimi", order: 40 },
|
||||
{ pluginId: "perplexity", id: "perplexity", order: 50 },
|
||||
{ pluginId: "firecrawl", id: "firecrawl", order: 60 },
|
||||
{ pluginId: "exa", id: "exa", order: 65 },
|
||||
{ pluginId: "tavily", id: "tavily", order: 70 },
|
||||
] as const;
|
||||
|
||||
@@ -89,6 +90,7 @@ describe("resolvePluginWebSearchProviders", () => {
|
||||
"moonshot:kimi",
|
||||
"perplexity:perplexity",
|
||||
"firecrawl:firecrawl",
|
||||
"exa:exa",
|
||||
"tavily:tavily",
|
||||
]);
|
||||
expect(loadOpenClawPluginsMock).toHaveBeenCalledTimes(1);
|
||||
|
||||
Reference in New Issue
Block a user