Skip to content

Commit 850f90d

Browse files
removed commented code
1 parent bb9b257 commit 850f90d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/v3/api/router.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,6 @@ async def plan_approval(
396396
orchestration_config
397397
and human_feedback.m_plan_id in orchestration_config.approvals
398398
):
399-
# orchestration_config.approvals[human_feedback.m_plan_id] = (
400-
# human_feedback.approved
401-
# )
402399
orchestration_config.set_approval_result(
403400
human_feedback.m_plan_id, human_feedback.approved
404401
)
@@ -531,9 +528,6 @@ async def user_clarification(
531528
orchestration_config
532529
and human_feedback.request_id in orchestration_config.clarifications
533530
):
534-
# orchestration_config.clarifications[human_feedback.request_id] = (
535-
# human_feedback.answer
536-
# )
537531
# Use the new event-driven method to set clarification result
538532
orchestration_config.set_clarification_result(
539533
human_feedback.request_id, human_feedback.answer

0 commit comments

Comments
 (0)