fix answer message save

This commit is contained in:
takatost 2024-03-18 15:07:56 +08:00
parent 958da42f74
commit 02337cbb09
1 changed files with 0 additions and 4 deletions

View File

@ -463,10 +463,6 @@ class WorkflowCycleManage:
self._task_state.workflow_run_id = workflow_run.id
if workflow_run.status == WorkflowRunStatus.SUCCEEDED.value:
outputs = workflow_run.outputs_dict
self._task_state.answer = outputs.get('text', '')
db.session.close()
return workflow_run