Skip to content

Commit 4a93e4a

Browse files
author
Harmanpreet Kaur
committed
refactor: remove commented-out thread ID assignment in orchestration_manager
1 parent b70488c commit 4a93e4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/v4/orchestration/orchestration_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ async def run_orchestration(self, user_id: str, input_task) -> None:
305305
final_output: str | None = None
306306

307307
self.logger.info("Starting workflow execution...")
308-
# thread_id = f"task-{job_id}"
309308
async for event in workflow.run_stream(task_text):
310309
try:
311310
# Handle orchestrator messages (task assignments, coordination)

0 commit comments

Comments
 (0)