Update InteractiveCodeGenFlow.yaml
Browse files
InteractiveCodeGenFlow.yaml
CHANGED
@@ -36,32 +36,32 @@ early_exit_key: "EARLY_EXIT"
|
|
36 |
topology:
|
37 |
- goal: "Read in necessary memory"
|
38 |
input_interface:
|
39 |
-
_target_:
|
40 |
additional_transformations:
|
41 |
-
- _target_:
|
42 |
flow: MemoryReading
|
43 |
reset: false
|
44 |
|
45 |
- goal: "Generate code to achieve the task."
|
46 |
input_interface:
|
47 |
-
_target_:
|
48 |
additional_transformations:
|
49 |
-
- _target_:
|
50 |
flow: CodeGenerator
|
51 |
reset: false
|
52 |
|
53 |
- goal: "Write the code generated to a temp file with instructions to the user"
|
54 |
input_interface:
|
55 |
-
_target_:
|
56 |
additional_transformations:
|
57 |
-
- _target_:
|
58 |
flow: CodeFileEditor
|
59 |
reset: false
|
60 |
|
61 |
- goal: "Parse user feedback from the temp file"
|
62 |
input_interface:
|
63 |
-
_target_:
|
64 |
additional_transformations:
|
65 |
-
- _target_:
|
66 |
flow: ParseFeedback
|
67 |
reset: false
|
|
|
36 |
topology:
|
37 |
- goal: "Read in necessary memory"
|
38 |
input_interface:
|
39 |
+
_target_: aiflows.interfaces.KeyInterface
|
40 |
additional_transformations:
|
41 |
+
- _target_: aiflows.data_transformations.KeyMatchInput
|
42 |
flow: MemoryReading
|
43 |
reset: false
|
44 |
|
45 |
- goal: "Generate code to achieve the task."
|
46 |
input_interface:
|
47 |
+
_target_: aiflows.interfaces.KeyInterface
|
48 |
additional_transformations:
|
49 |
+
- _target_: aiflows.data_transformations.KeyMatchInput
|
50 |
flow: CodeGenerator
|
51 |
reset: false
|
52 |
|
53 |
- goal: "Write the code generated to a temp file with instructions to the user"
|
54 |
input_interface:
|
55 |
+
_target_: aiflows.interfaces.KeyInterface
|
56 |
additional_transformations:
|
57 |
+
- _target_: aiflows.data_transformations.KeyMatchInput
|
58 |
flow: CodeFileEditor
|
59 |
reset: false
|
60 |
|
61 |
- goal: "Parse user feedback from the temp file"
|
62 |
input_interface:
|
63 |
+
_target_: aiflows.interfaces.KeyInterface
|
64 |
additional_transformations:
|
65 |
+
- _target_: aiflows.data_transformations.KeyMatchInput
|
66 |
flow: ParseFeedback
|
67 |
reset: false
|