Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/app/endpoints/streaming_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ async def get_agent(
enable_session_persistence=True,
)

await agent.initialize()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!


if existing_agent_id and conversation_id:
orphan_agent_id = agent.agent_id
agent._agent_id = conversation_id # type: ignore[assignment] # pylint: disable=protected-access
Expand Down