perf(test): narrow discord chunking imports

This commit is contained in:
Vincent Koc 2026-04-02 00:41:54 +09:00
parent 79d0c92f3d
commit 8c6f31cc6b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { chunkMarkdownTextWithMode, type ChunkMode } from "openclaw/plugin-sdk/reply-runtime";
import { chunkMarkdownTextWithMode, type ChunkMode } from "openclaw/plugin-sdk/reply-chunking";
export type ChunkDiscordTextOpts = {
/** Max characters per Discord message. Default: 2000. */