mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 07:08:58 +08:00
fix: missing process data in parameter extractor (#5755)
This commit is contained in:
parent
fc0f75d13b
commit
f101fcd0e7
@ -131,7 +131,7 @@ class ParameterExtractorNode(LLMNode):
|
||||
return NodeRunResult(
|
||||
status=WorkflowNodeExecutionStatus.FAILED,
|
||||
inputs=inputs,
|
||||
process_data={},
|
||||
process_data=process_data,
|
||||
outputs={
|
||||
'__is_success': 0,
|
||||
'__reason': str(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user