refactor(telegram): narrow native command reply dispatch seam

This commit is contained in:
Vincent Koc
2026-03-31 22:28:09 +09:00
parent 5a93344d82
commit 2df86cce1c
6 changed files with 23 additions and 7 deletions

View 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";