This commit is contained in:
liubiren 2026-06-13 16:52:42 +08:00
parent 7ee474044e
commit 9d4f88c070
1 changed files with 1 additions and 1 deletions

View File

@ -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: