Update CtrlExMem_CoderFlow.yaml
Browse files- CtrlExMem_CoderFlow.yaml +8 -8
CtrlExMem_CoderFlow.yaml
CHANGED
@@ -146,14 +146,14 @@ topology:
|
|
146 |
flow: Executor
|
147 |
output_interface:
|
148 |
_target_: aiflows.interfaces.KeyInterface
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
reset: false
|
158 |
|
159 |
- goal: "Write memory to memory files"
|
|
|
146 |
flow: Executor
|
147 |
output_interface:
|
148 |
_target_: aiflows.interfaces.KeyInterface
|
149 |
+
keys_to_rename:
|
150 |
+
branch_output_data.code_ran: code_ran
|
151 |
+
branch_output_data.interpreter_output: interpreter_output
|
152 |
+
branch_output_data.plan: plan
|
153 |
+
branch_output_data.status: status
|
154 |
+
branch_output_data.summary: summary
|
155 |
+
branch_output_data.result: result
|
156 |
+
keys_to_delete: ["branch_output_data"]
|
157 |
reset: false
|
158 |
|
159 |
- goal: "Write memory to memory files"
|