mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 08:30:30 +00:00
8 lines
328 B
TypeScript
8 lines
328 B
TypeScript
import { BUNDLED_WEB_SEARCH_PLUGIN_IDS as BUNDLED_WEB_SEARCH_PLUGIN_IDS_FROM_METADATA } from "./bundled-capability-metadata.js";
|
|
|
|
export const BUNDLED_WEB_SEARCH_PLUGIN_IDS = BUNDLED_WEB_SEARCH_PLUGIN_IDS_FROM_METADATA;
|
|
|
|
export function listBundledWebSearchPluginIds(): string[] {
|
|
return [...BUNDLED_WEB_SEARCH_PLUGIN_IDS];
|
|
}
|