UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines 221 B
import { cn as ProviderPlugin } from "../../types-C0dQmare.js"; //#region extensions/openai/provider-contract-api.d.ts declare function createOpenAIProvider(): ProviderPlugin; //#endregion export { createOpenAIProvider };