mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 13:40:34 +00:00
perf(slack): narrow send chunking imports
This commit is contained in:
6
src/plugin-sdk/reply-chunking.ts
Normal file
6
src/plugin-sdk/reply-chunking.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export {
|
||||
chunkMarkdownTextWithMode,
|
||||
resolveChunkMode,
|
||||
resolveTextChunkLimit,
|
||||
} from "../auto-reply/chunk.js";
|
||||
export { isSilentReplyText } from "../auto-reply/tokens.js";
|
||||
Reference in New Issue
Block a user