Tachi67 commited on
Commit
44603c8
·
1 Parent(s): 6c41309

Update InteractivePlanGenFlow.yaml

Browse files
Files changed (1) hide show
  1. InteractivePlanGenFlow.yaml +6 -6
InteractivePlanGenFlow.yaml CHANGED
@@ -37,24 +37,24 @@ early_exit_key: "EARLY_EXIT"
37
  topology:
38
  - goal: "Generate plan to achieve the task."
39
  input_interface:
40
- _target_: flows.interfaces.KeyInterface
41
  additional_transformations:
42
- - _target_: flows.data_transformations.KeyMatchInput
43
  flow: PlanGenerator
44
  reset: false
45
 
46
  - goal: "Write the plan generated to a temp file with instructions to the user"
47
  input_interface:
48
- _target_: flows.interfaces.KeyInterface
49
  additional_transformations:
50
- - _target_: flows.data_transformations.KeyMatchInput
51
  flow: PlanFileEditor
52
  reset: false
53
 
54
  - goal: "Parse user feedback from the temp file"
55
  input_interface:
56
- _target_: flows.interfaces.KeyInterface
57
  additional_transformations:
58
- - _target_: flows.data_transformations.KeyMatchInput
59
  flow: ParseFeedback
60
  reset: false
 
37
  topology:
38
  - goal: "Generate plan to achieve the task."
39
  input_interface:
40
+ _target_: aiflows.interfaces.KeyInterface
41
  additional_transformations:
42
+ - _target_: aiflows.data_transformations.KeyMatchInput
43
  flow: PlanGenerator
44
  reset: false
45
 
46
  - goal: "Write the plan generated to a temp file with instructions to the user"
47
  input_interface:
48
+ _target_: aiflows.interfaces.KeyInterface
49
  additional_transformations:
50
+ - _target_: aiflows.data_transformations.KeyMatchInput
51
  flow: PlanFileEditor
52
  reset: false
53
 
54
  - goal: "Parse user feedback from the temp file"
55
  input_interface:
56
+ _target_: aiflows.interfaces.KeyInterface
57
  additional_transformations:
58
+ - _target_: aiflows.data_transformations.KeyMatchInput
59
  flow: ParseFeedback
60
  reset: false