Update Planner_JarvisFlow.yaml
Browse files- Planner_JarvisFlow.yaml +5 -5
Planner_JarvisFlow.yaml
CHANGED
@@ -109,9 +109,9 @@ topology:
|
|
109 |
flow: Executor
|
110 |
output_interface:
|
111 |
_target_: aiflows.interfaces.KeyInterface
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
reset: false
|
|
|
109 |
flow: Executor
|
110 |
output_interface:
|
111 |
_target_: aiflows.interfaces.KeyInterface
|
112 |
+
keys_to_rename:
|
113 |
+
branch_output_data.plan: plan
|
114 |
+
branch_output_data.feedback: feedback
|
115 |
+
branch_output_data.temp_plan_file_location: temp_plan_file_location
|
116 |
+
keys_to_delete: ["branch_output_data"]
|
117 |
reset: false
|