openclaw/extensions/slack/src/monitor/reply.runtime.ts

12 lines
290 B
TypeScript

export {
chunkMarkdownTextWithMode,
createReplyDispatcherWithTyping,
createReplyReferencePlanner,
dispatchInboundMessage,
finalizeInboundContext,
getReplyFromConfig,
isSilentReplyText,
resolveTextChunkLimit,
SILENT_REPLY_TOKEN,
} from "openclaw/plugin-sdk/reply-runtime";