fix agent streaming

This commit is contained in:
Mery-Sanz 2025-05-05 11:10:19 +02:00
parent 993ab6f27e
commit ee88d5e784
1 changed files with 1 additions and 0 deletions

View File

@ -990,6 +990,7 @@ def update_agent_streaming_content(context, text_delta):
# Force an update with the new panel
context["live"].update(updated_panel)
context["panel"] = updated_panel
context["live"].refresh()
def finish_agent_streaming(context, final_stats=None):
"""Finish the streaming session and display final stats if available."""