put middle orchestrator
Browse files- controller.py +1 -1
controller.py
CHANGED
@@ -814,7 +814,7 @@ async def csv_chart(request: dict, authorization: str = Header(None)):
|
|
814 |
|
815 |
# Use orchestrator to handle the user's chart query first
|
816 |
orchestrator_answer = await asyncio.to_thread(
|
817 |
-
|
818 |
)
|
819 |
|
820 |
if orchestrator_answer is not None:
|
|
|
814 |
|
815 |
# Use orchestrator to handle the user's chart query first
|
816 |
orchestrator_answer = await asyncio.to_thread(
|
817 |
+
csv_orchestrator_chat, csv_url, query
|
818 |
)
|
819 |
|
820 |
if orchestrator_answer is not None:
|