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 59931a0 commit 3fb7416Copy full SHA for 3fb7416
src/backend/v3/api/router.py
@@ -306,11 +306,6 @@ async def process_request(
306
# )
307
308
async def run_orchestration_task():
309
- await OrchestrationManager.get_current_or_new_orchestration(
310
- user_id=user_id,
311
- team_config=team_config,
312
- team_switched=False,
313
- )
314
await OrchestrationManager().run_orchestration(user_id, input_task)
315
316
background_tasks.add_task(run_orchestration_task)
0 commit comments