mirror of
https://github.com/langgenius/dify.git
synced 2026-01-07 23:04:12 +00:00
fix bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user