Commit 6719af9b authored by takatost's avatar takatost

add debug code

parent 19c9091d
......@@ -39,7 +39,7 @@ class DirectAnswerNode(BaseNode):
# publish answer as stream
for word in answer:
self.publish_text_chunk(word)
time.sleep(0.01)
time.sleep(10) # TODO for debug
return NodeRunResult(
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