mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
fix(gateway): finalize final stream edit on done
This commit is contained in:
parent
c1cc3d4ea6
commit
1321bcf5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ class GatewayStreamConsumer:
|
|||
# path below so we don't finalize here for it.
|
||||
current_update_visible = await self._send_or_edit(
|
||||
display_text,
|
||||
finalize=got_segment_break,
|
||||
finalize=(got_done or got_segment_break),
|
||||
)
|
||||
self._last_edit_time = time.monotonic()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue