mirror of https://github.com/langgenius/dify.git
fix bug
This commit is contained in:
parent
63addf8c94
commit
88dcd7b737
|
|
@ -94,6 +94,8 @@ class WorkflowLoggingCallback(WorkflowCallback):
|
|||
graph_runtime_state=graph_runtime_state,
|
||||
event=event
|
||||
)
|
||||
else:
|
||||
self.print_text(f"\n[{event.__class__.__name__}]", color='blue')
|
||||
|
||||
def on_workflow_node_execute_started(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Reference in New Issue