Update ReplanningFlow.yaml
Browse files- ReplanningFlow.yaml +5 -5
ReplanningFlow.yaml
CHANGED
@@ -178,9 +178,9 @@ topology:
|
|
178 |
flow: Executor
|
179 |
output_interface:
|
180 |
_target_: aiflows.interfaces.KeyInterface
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
reset: false
|
|
|
178 |
flow: Executor
|
179 |
output_interface:
|
180 |
_target_: aiflows.interfaces.KeyInterface
|
181 |
+
keys_to_rename:
|
182 |
+
branch_output_data.new_plan: new_plan
|
183 |
+
branch_output_data.feedback: feedback
|
184 |
+
branch_output_data.temp_plan_file_location: temp_plan_file_location
|
185 |
+
keys_to_delete: ["branch_output_data"]
|
186 |
reset: false
|