mirror of https://github.com/openclaw/openclaw.git
perf(test): narrow discord chunking imports
This commit is contained in:
parent
79d0c92f3d
commit
8c6f31cc6b
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue