Tachi67 commited on
Commit
d40fcc5
1 Parent(s): b68da16

Update InteractiveCodeGenFlow.yaml

Browse files
Files changed (1) hide show
  1. InteractiveCodeGenFlow.yaml +8 -8
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_: flows.interfaces.KeyInterface
40
  additional_transformations:
41
- - _target_: flows.data_transformations.KeyMatchInput
42
  flow: MemoryReading
43
  reset: false
44
 
45
  - goal: "Generate code to achieve the task."
46
  input_interface:
47
- _target_: flows.interfaces.KeyInterface
48
  additional_transformations:
49
- - _target_: flows.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_: flows.interfaces.KeyInterface
56
  additional_transformations:
57
- - _target_: flows.data_transformations.KeyMatchInput
58
  flow: CodeFileEditor
59
  reset: false
60
 
61
  - goal: "Parse user feedback from the temp file"
62
  input_interface:
63
- _target_: flows.interfaces.KeyInterface
64
  additional_transformations:
65
- - _target_: flows.data_transformations.KeyMatchInput
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