openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
24 lines • 960 B
TypeScript
import "./agent-harness-runtime-CZIVRpx-.js";
import { x as ChannelMeta } from "./types.core-BppAaUkF.js";
import { n as ChatChannelId } from "./channel-id.types-CjcGKHk0.js";
import "./types.plugin-Cq873HiO.js";
import "./types.public-BTRBkUQb.js";
import "./config-schema-Dxm6b-WP.js";
import "./setup-helpers-B1dNOAvu.js";
import "./config-helpers-DRSCk8Ud.js";
import "./helpers-juZNbDll.js";
//#region src/channels/chat-meta-shared.d.ts
/**
* Metadata shown for built-in chat channels in setup, status, and selection UIs.
*/
type ChatChannelMeta = ChannelMeta;
//#endregion
//#region src/channels/chat-meta.d.ts
/**
* Returns metadata for one built-in chat channel id.
* Shipped plugin-SDK contract: callers pass bundled ids, so absence is an invariant
* violation; drift-tolerant core paths use findChatChannelMeta instead.
*/
declare function getChatChannelMeta(id: ChatChannelId): ChatChannelMeta;
//#endregion
export { getChatChannelMeta as t };