This commit is contained in:
takatost 2024-07-26 20:29:12 +08:00
parent 63addf8c94
commit 88dcd7b737
1 changed files with 2 additions and 0 deletions

View File

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