UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines 392 B
import { Js as WebSearchProviderPlugin } from "../../types-C0dQmare.js"; //#region extensions/tavily/web-search-shared.d.ts declare const TAVILY_CREDENTIAL_PATH = "plugins.entries.tavily.config.webSearch.apiKey"; declare function buildTavilyWebSearchProviderBase(): Omit<WebSearchProviderPlugin, "createTool">; //#endregion export { TAVILY_CREDENTIAL_PATH, buildTavilyWebSearchProviderBase };