You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/streaming.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
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).
0 commit comments