mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 07:40:21 +00:00
refactor(telegram): narrow native command reply dispatch seam
This commit is contained in:
7
src/plugin-sdk/reply-dispatch-runtime.ts
Normal file
7
src/plugin-sdk/reply-dispatch-runtime.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export { resolveChunkMode } from "../auto-reply/chunk.js";
|
||||
export { finalizeInboundContext } from "../auto-reply/reply/inbound-context.js";
|
||||
export {
|
||||
dispatchReplyWithBufferedBlockDispatcher,
|
||||
dispatchReplyWithDispatcher,
|
||||
} from "../auto-reply/reply/provider-dispatcher.js";
|
||||
export type { ReplyPayload } from "../auto-reply/types.js";
|
||||
Reference in New Issue
Block a user