This commit is contained in:
parent
7ee474044e
commit
9d4f88c070
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue