mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 17:16:13 +00:00
fix: newline chunking across channels
This commit is contained in:
@@ -80,6 +80,8 @@ export type TelegramAccountConfig = {
|
||||
dms?: Record<string, DmConfig>;
|
||||
/** Outbound text chunk size (chars). Default: 4000. */
|
||||
textChunkLimit?: number;
|
||||
/** Chunking mode: "length" (default) splits by size; "newline" splits on every newline. */
|
||||
chunkMode?: "length" | "newline";
|
||||
/** Disable block streaming for this account. */
|
||||
blockStreaming?: boolean;
|
||||
/** Chunking config for draft streaming in `streamMode: "block"`. */
|
||||
|
||||
Reference in New Issue
Block a user