Commit
·
134c095
1
Parent(s):
8d9acf3
Minor update.
Browse files- CF_PlanReflect_Code.yaml +7 -0
CF_PlanReflect_Code.yaml
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
name: "PlanReflect_Code_Flow"
|
2 |
description: "ToDO: add description"
|
3 |
|
|
|
|
|
|
|
4 |
input_keys:
|
5 |
- "problem_description"
|
6 |
- "input_description"
|
7 |
- "output_description"
|
8 |
- "io_examples_and_explanation"
|
9 |
|
|
|
|
|
|
|
|
|
10 |
output_keys:
|
11 |
- "code"
|
12 |
|
|
|
1 |
name: "PlanReflect_Code_Flow"
|
2 |
description: "ToDO: add description"
|
3 |
|
4 |
+
early_exit_key: null
|
5 |
+
|
6 |
+
input_data_transformations: []
|
7 |
input_keys:
|
8 |
- "problem_description"
|
9 |
- "input_description"
|
10 |
- "output_description"
|
11 |
- "io_examples_and_explanation"
|
12 |
|
13 |
+
output_data_transformations:
|
14 |
+
- _target_: flows.data_transformations.KeyRename
|
15 |
+
old_key2new_key:
|
16 |
+
raw_response.code: "code"
|
17 |
output_keys:
|
18 |
- "code"
|
19 |
|