Update CtrlExMem_JarvisFlow.yaml
Browse files
CtrlExMem_JarvisFlow.yaml
CHANGED
@@ -198,12 +198,12 @@ topology:
|
|
198 |
flow: Executor
|
199 |
output_interface:
|
200 |
_target_: aiflows.interfaces.KeyInterface
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
reset: false
|
208 |
|
209 |
- goal: "Write memory to memory files"
|
|
|
198 |
flow: Executor
|
199 |
output_interface:
|
200 |
_target_: aiflows.interfaces.KeyInterface
|
201 |
+
keys_to_rename:
|
202 |
+
branch_output_data.plan: plan
|
203 |
+
branch_output_data.status: status
|
204 |
+
branch_output_data.summary: summary
|
205 |
+
branch_output_data.result: result
|
206 |
+
keys_to_delete: ["branch_output_data"]
|
207 |
reset: false
|
208 |
|
209 |
- goal: "Write memory to memory files"
|