Ver código fonte
fix: LLM invoke error should not be raised (#11141)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.13.0
-LAN-
11 meses atrás
Nenhuma conta vinculada ao e-mail do autor do commit
|
|
|
|
|
|
|
|
) |
|
|
) |
|
|
return |
|
|
return |
|
|
except Exception as e: |
|
|
except Exception as e: |
|
|
logger.exception(f"Node {self.node_id} failed to run") |
|
|
|
|
|
yield RunCompletedEvent( |
|
|
yield RunCompletedEvent( |
|
|
run_result=NodeRunResult( |
|
|
run_result=NodeRunResult( |
|
|
status=WorkflowNodeExecutionStatus.FAILED, |
|
|
status=WorkflowNodeExecutionStatus.FAILED, |