Update TestCodeFlow.yaml
Browse files- TestCodeFlow.yaml +4 -4
TestCodeFlow.yaml
CHANGED
@@ -23,16 +23,16 @@ early_exit_key: "EARLY_EXIT"
|
|
23 |
topology:
|
24 |
- goal: "Write the code & instructions for testing to a temp file"
|
25 |
input_interface:
|
26 |
-
_target_:
|
27 |
additional_transformations:
|
28 |
-
- _target_:
|
29 |
flow: TestCodeFileEdit
|
30 |
reset: false
|
31 |
|
32 |
- goal: "Test the code"
|
33 |
input_interface:
|
34 |
-
_target_:
|
35 |
additional_transformations:
|
36 |
-
- _target_:
|
37 |
flow: CodeTesting
|
38 |
reset: false
|
|
|
23 |
topology:
|
24 |
- goal: "Write the code & instructions for testing to a temp file"
|
25 |
input_interface:
|
26 |
+
_target_: aiflows.interfaces.KeyInterface
|
27 |
additional_transformations:
|
28 |
+
- _target_: aiflows.data_transformations.KeyMatchInput
|
29 |
flow: TestCodeFileEdit
|
30 |
reset: false
|
31 |
|
32 |
- goal: "Test the code"
|
33 |
input_interface:
|
34 |
+
_target_: aiflows.interfaces.KeyInterface
|
35 |
additional_transformations:
|
36 |
+
- _target_: aiflows.data_transformations.KeyMatchInput
|
37 |
flow: CodeTesting
|
38 |
reset: false
|