fix: map agent workflow inputs

This commit is contained in:
2026-06-13 12:16:48 +08:00
parent 47da899ff3
commit 5f3b4502f6
3 changed files with 62 additions and 14 deletions
@@ -1594,6 +1594,7 @@ class AIWorkflowService:
node_type,
status='completed',
output=result.output,
metadata=_node_result_metadata(result),
inputs=copy.deepcopy(node_inputs),
))
yield {