add debug code

This commit is contained in:
takatost 2024-03-11 18:52:24 +08:00
parent 19c9091d5b
commit 6719af9ba9
1 changed files with 1 additions and 1 deletions

View File

@ -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,