From 9d4f88c0709e9a02a5b459f524fd727e6a365894 Mon Sep 17 00:00:00 2001 From: liubiren Date: Sat, 13 Jun 2026 16:52:42 +0800 Subject: [PATCH] 1 --- utils/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/agent.py b/utils/agent.py index bcabeae..0ac8a62 100644 --- a/utils/agent.py +++ b/utils/agent.py @@ -168,7 +168,7 @@ class Agent: session_id=self.session_id ) - async with self.agent.run_stream( + async with self.agent.run_stream_events( user_prompt=user_prompt, message_history=message_history, ) as result: