Tachi67 commited on
Commit
1af9f6a
·
1 Parent(s): 0392b43

Update TestCodeFlow.yaml

Browse files
Files changed (1) hide show
  1. 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_: flows.interfaces.KeyInterface
27
  additional_transformations:
28
- - _target_: flows.data_transformations.KeyMatchInput
29
  flow: TestCodeFileEdit
30
  reset: false
31
 
32
  - goal: "Test the code"
33
  input_interface:
34
- _target_: flows.interfaces.KeyInterface
35
  additional_transformations:
36
- - _target_: flows.data_transformations.KeyMatchInput
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