mirror of
https://github.com/langgenius/dify.git
synced 2026-04-02 21:12:11 +08:00
add debug code
This commit is contained in:
parent
19c9091d5b
commit
6719af9ba9
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user