Update InteractivePlanGenFlow.yaml
Browse files
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_:
|
41 |
additional_transformations:
|
42 |
-
- _target_:
|
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_:
|
49 |
additional_transformations:
|
50 |
-
- _target_:
|
51 |
flow: PlanFileEditor
|
52 |
reset: false
|
53 |
|
54 |
- goal: "Parse user feedback from the temp file"
|
55 |
input_interface:
|
56 |
-
_target_:
|
57 |
additional_transformations:
|
58 |
-
- _target_:
|
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
|