We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf7df5 commit 33d8895Copy full SHA for 33d8895
apps/application/flow/workflow_manage.py
@@ -304,11 +304,11 @@ def await_result(self, result):
304
if chunk is None:
305
break
306
yield chunk
307
- yield self.get_chunk_content('', True)
308
finally:
309
self.work_flow_post_handler.handler(self.params['chat_id'], self.params['chat_record_id'],
310
self.answer,
311
self)
+ yield self.get_chunk_content('', True)
312
313
def run_chain_async(self, current_node):
314
future = executor.submit(self.run_chain, current_node)
0 commit comments