feat: refine the hil text

This commit is contained in:
He Tao
2025-04-16 19:07:40 +08:00
parent 3cd84e1ec7
commit b8c4248ed2
2 changed files with 3 additions and 3 deletions

View File

@@ -86,8 +86,8 @@ async def _astream_workflow_generator(
"content": event_data["__interrupt__"][0].value,
"finish_reason": "interrupt",
"options": [
{"text": "Accept", "value": "accepted"},
{"text": "Edit", "value": "edit_plan"},
{"text": "Start research", "value": "accepted"},
{"text": "Edit plan", "value": "edit_plan"},
],
},
)