Files
openclaw/extensions/slack/src/monitor/reply.runtime.ts
2026-06-04 22:03:15 -04:00

8 lines
233 B
TypeScript

// Slack plugin module implements reply behavior.
export {
createReplyDispatcherWithTyping,
dispatchReplyWithBufferedBlockDispatcher,
dispatchInboundMessage,
settleReplyDispatcher,
} from "openclaw/plugin-sdk/reply-runtime";