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.
1 parent 2506157 commit 5edf74bCopy full SHA for 5edf74b
src/App/app.py
@@ -1361,4 +1361,4 @@ def get_users():
1361
return str(e), 500
1362
1363
1364
-app = create_app()
+app = create_app()
src/App/backend/agents/agent_factory.py
@@ -148,4 +148,4 @@ async def get_sql_agent(cls) -> dict:
148
)
149
150
cls._sql_agent = {"agent": agent, "client": project_client}
151
- return cls._sql_agent
+ return cls._sql_agent
0 commit comments