mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
Merge branch 'fix/chore-fix' into dev/plugin-deploy
This commit is contained in:
@ -287,6 +287,7 @@ class ToolNode(BaseNode[ToolNodeData]):
|
||||
error=message.message.error,
|
||||
status=message.message.status.value,
|
||||
data=message.message.data,
|
||||
label=message.message.label,
|
||||
)
|
||||
|
||||
yield RunCompletedEvent(
|
||||
|
||||
Reference in New Issue
Block a user