mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 08:25:57 +00:00
feat: change the order of actions
This commit is contained in:
+1
-1
@@ -86,8 +86,8 @@ async def _astream_workflow_generator(
|
|||||||
"content": event_data["__interrupt__"][0].value,
|
"content": event_data["__interrupt__"][0].value,
|
||||||
"finish_reason": "interrupt",
|
"finish_reason": "interrupt",
|
||||||
"options": [
|
"options": [
|
||||||
{"text": "Start research", "value": "accepted"},
|
|
||||||
{"text": "Edit plan", "value": "edit_plan"},
|
{"text": "Edit plan", "value": "edit_plan"},
|
||||||
|
{"text": "Start research", "value": "accepted"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user