mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-08 15:51:06 +00:00
test(contracts): split bundled web search lanes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("brave");
|
||||
@@ -1,10 +0,0 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
import { listBundledWebSearchProviders } from "../bundled-web-search.js";
|
||||
|
||||
const pluginIds = [
|
||||
...new Set(listBundledWebSearchProviders().map((entry) => entry.pluginId)),
|
||||
].toSorted();
|
||||
|
||||
for (const pluginId of pluginIds) {
|
||||
describeBundledWebSearchFastPathContract(pluginId);
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("duckduckgo");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("exa");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("firecrawl");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("google");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("moonshot");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("perplexity");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("searxng");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("tavily");
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeBundledWebSearchFastPathContract } from "../../../test/helpers/plugins/bundled-web-search-fast-path-contract.js";
|
||||
|
||||
describeBundledWebSearchFastPathContract("xai");
|
||||
Reference in New Issue
Block a user