| Name | Type | Description |
|---|---|---|
text* | str | Text to append |
Append streamed content, coalescing writes onto a throttled timer.
Tokens are buffered in _pending_append and written to the
MarkdownStream at most once per _STREAM_FLUSH_INTERVAL so the UI
event loop stays free to process keypresses while the model streams.