File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments