perf(whatsapp): narrow reply chunking imports

This commit is contained in:
Vincent Koc
2026-03-31 22:24:11 +09:00
parent e7e383b7cf
commit 5b7443d175
3 changed files with 5 additions and 3 deletions

View File

@@ -3,4 +3,6 @@ export {
resolveChunkMode,
resolveTextChunkLimit,
} from "../auto-reply/chunk.js";
export type { ChunkMode } from "../auto-reply/chunk.js";
export { isSilentReplyText } from "../auto-reply/tokens.js";
export type { ReplyPayload } from "../auto-reply/types.js";