Update PlanWriterFlow.yaml
Browse files- PlanWriterFlow.yaml +5 -5
PlanWriterFlow.yaml
CHANGED
@@ -74,9 +74,9 @@ topology:
|
|
74 |
flow: Executor
|
75 |
output_interface:
|
76 |
_target_: aiflows.interfaces.KeyInterface
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
reset: false
|
|
|
74 |
flow: Executor
|
75 |
output_interface:
|
76 |
_target_: aiflows.interfaces.KeyInterface
|
77 |
+
keys_to_rename:
|
78 |
+
branch_output_data.plan: plan
|
79 |
+
branch_output_data.feedback: feedback
|
80 |
+
branch_output_data.temp_plan_file_location: temp_plan_file_location
|
81 |
+
keys_to_delete: ["branch_output_data"]
|
82 |
reset: false
|