Files
openclaw/extensions/feishu/src/channel-runtime-api.ts
2026-04-03 23:01:43 +09:00

17 lines
350 B
TypeScript

export type {
ChannelMessageActionName,
ChannelMeta,
ChannelPlugin,
ClawdbotConfig,
} from "../runtime-api.js";
export {
buildChannelConfigSchema,
buildProbeChannelStatusSummary,
chunkTextForOutbound,
createActionGate,
createDefaultChannelRuntimeState,
DEFAULT_ACCOUNT_ID,
PAIRING_APPROVED_MESSAGE,
} from "../runtime-api.js";