Commit c9304b21 authored by takatost's avatar takatost

Merge branch 'feat/workflow-backend' into deploy/dev

parents 5ea7d4cb 6719af9b
...@@ -39,7 +39,7 @@ class DirectAnswerNode(BaseNode): ...@@ -39,7 +39,7 @@ class DirectAnswerNode(BaseNode):
# publish answer as stream # publish answer as stream
for word in answer: for word in answer:
self.publish_text_chunk(word) self.publish_text_chunk(word)
time.sleep(0.01) time.sleep(10) # TODO for debug
return NodeRunResult( return NodeRunResult(
status=WorkflowNodeExecutionStatus.SUCCEEDED, status=WorkflowNodeExecutionStatus.SUCCEEDED,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment