Commit
·
cd8c610
1
Parent(s):
cbb225c
Minor updates.
Browse files
ControllerExecutorFlow.yaml
CHANGED
@@ -12,7 +12,7 @@ output_interface:
|
|
12 |
### Subflows specification
|
13 |
subflows_config:
|
14 |
Controller:
|
15 |
-
_target_: .ControllerAtomicFlow.instantiate_from_default_config
|
16 |
finish:
|
17 |
description: "Signal that the objective has been satisfied, and returns the answer to the user."
|
18 |
input_args: ["answer"]
|
@@ -46,7 +46,7 @@ topology:
|
|
46 |
- _target_: flows.data_transformations.KeyMatchInput
|
47 |
flow: Controller
|
48 |
output_interface:
|
49 |
-
_target_: detect_finish_or_continue
|
50 |
reset: false
|
51 |
|
52 |
- goal: "Execute the action specified by the Controller."
|
|
|
12 |
### Subflows specification
|
13 |
subflows_config:
|
14 |
Controller:
|
15 |
+
_target_: aiflows.ControllerAtomicFlow.instantiate_from_default_config
|
16 |
finish:
|
17 |
description: "Signal that the objective has been satisfied, and returns the answer to the user."
|
18 |
input_args: ["answer"]
|
|
|
46 |
- _target_: flows.data_transformations.KeyMatchInput
|
47 |
flow: Controller
|
48 |
output_interface:
|
49 |
+
_target_: ControllerExecutorFlow.detect_finish_or_continue
|
50 |
reset: false
|
51 |
|
52 |
- goal: "Execute the action specified by the Controller."
|