UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

13 lines (12 loc) 524 B
import { t as enablePluginInConfig } from "../../provider-enable-config--LAE2cxh.js"; import { t as FIRECRAWL_WEB_FETCH_PROVIDER_SHARED } from "../../firecrawl-fetch-provider-shared-B092OBns.js"; //#region extensions/firecrawl/web-fetch-contract-api.ts function createFirecrawlWebFetchProvider() { return { ...FIRECRAWL_WEB_FETCH_PROVIDER_SHARED, applySelectionConfig: (config) => enablePluginInConfig(config, "firecrawl").config, createTool: () => null }; } //#endregion export { createFirecrawlWebFetchProvider };