Signed-off-by: -LAN- <laipz8200@outlook.com>tags/0.13.0
| @@ -197,7 +197,6 @@ class LLMNode(BaseNode[LLMNodeData]): | |||
| ) | |||
| return | |||
| except Exception as e: | |||
| logger.exception(f"Node {self.node_id} failed to run") | |||
| yield RunCompletedEvent( | |||
| run_result=NodeRunResult( | |||
| status=WorkflowNodeExecutionStatus.FAILED, | |||