perf(slack): narrow send chunking imports

This commit is contained in:
Vincent Koc
2026-03-31 21:55:59 +09:00
parent 4ea1ca4849
commit 675b80c4a4
5 changed files with 15 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
export {
chunkMarkdownTextWithMode,
resolveChunkMode,
resolveTextChunkLimit,
} from "../auto-reply/chunk.js";
export { isSilentReplyText } from "../auto-reply/tokens.js";