From ee88d5e78423a371d413f7c8c2c64a69e88f5067 Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Mon, 5 May 2025 11:10:19 +0200 Subject: [PATCH] fix agent streaming --- src/cai/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cai/util.py b/src/cai/util.py index 81703c68..0eba2afe 100644 --- a/src/cai/util.py +++ b/src/cai/util.py @@ -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."""