UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

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