Tachi67 commited on
Commit
14a2c9a
1 Parent(s): a4f909e

Update ReplanningFlow.yaml

Browse files
Files changed (1) hide show
  1. ReplanningFlow.yaml +5 -3
ReplanningFlow.yaml CHANGED
@@ -178,7 +178,9 @@ topology:
178
  flow: Executor
179
  output_interface:
180
  _target_: aiflows.interfaces.KeyInterface
181
- keys_to_rename:
182
- branch_output_data: observation
183
- keys_to_unpack: ["observation"]
 
 
184
  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