Skip to content

Commit 3fb7416

Browse files
Remove redundant orchestration initialization in process_request
1 parent 59931a0 commit 3fb7416

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/backend/v3/api/router.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,6 @@ async def process_request(
306306
# )
307307

308308
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-
)
314309
await OrchestrationManager().run_orchestration(user_id, input_task)
315310

316311
background_tasks.add_task(run_orchestration_task)

0 commit comments

Comments
 (0)