We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3b530d + 0662678 commit b5afee1Copy full SHA for b5afee1
src/app/endpoints/streaming_query.py
@@ -73,6 +73,8 @@ async def get_agent(
73
enable_session_persistence=True,
74
)
75
76
+ await agent.initialize()
77
+
78
if existing_agent_id and conversation_id:
79
orphan_agent_id = agent.agent_id
80
agent._agent_id = conversation_id # type: ignore[assignment] # pylint: disable=protected-access
0 commit comments