mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-23 05:31:23 +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.
|
# path below so we don't finalize here for it.
|
||||||
current_update_visible = await self._send_or_edit(
|
current_update_visible = await self._send_or_edit(
|
||||||
display_text,
|
display_text,
|
||||||
finalize=got_segment_break,
|
finalize=(got_done or got_segment_break),
|
||||||
)
|
)
|
||||||
self._last_edit_time = time.monotonic()
|
self._last_edit_time = time.monotonic()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue