docs(streaming): document Telegram block-mode preview chunk sizing · openclaw/openclaw@050c081
obviyus
·
2026-06-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -161,6 +161,7 @@ Telegram:
|
161 | 161 | |
162 | 162 | - Uses `sendMessage` + `editMessageText` preview updates across DMs and group/topics. |
163 | 163 | - Final text edits the active preview in place; long finals reuse that message for the first chunk and send only the remaining chunks. |
| 164 | +- `block` mode rotates the preview into a new message at `streaming.preview.chunk.maxChars` (default 800, capped at Telegram's 4096 edit limit); other modes grow one preview up to 4096 characters. |
164 | 165 | - `progress` mode keeps tool progress in an editable status draft, clears that draft at completion, and sends the final answer through normal delivery. |
165 | 166 | - If the final edit fails before the completed text is confirmed, OpenClaw uses normal final delivery and cleans up the stale preview. |
166 | 167 | - Preview streaming is skipped when Telegram block streaming is explicitly enabled (to avoid double-streaming). |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。