Update README.md
Browse files
README.md
CHANGED
@@ -58,9 +58,9 @@ in an interactive way, finally, the user is able to give feedback to the content
|
|
58 |
the controller can decide whether to write content again or to finish.
|
59 |
|
60 |
*Configuration Parameters*:
|
61 |
-
- `name
|
62 |
-
- `description
|
63 |
-
- `max_round
|
64 |
- `subflows_config`:
|
65 |
- `Controller` (dict): The controller that decides whether to write content or to finish.
|
66 |
- `Executor` (dict): A branching flow, we configure the specific executor in the subflows of the executor.
|
|
|
58 |
the controller can decide whether to write content again or to finish.
|
59 |
|
60 |
*Configuration Parameters*:
|
61 |
+
- `name`: Name of the flow.
|
62 |
+
- `description`: description of the flow.
|
63 |
+
- `max_round`: Max round of execution of the CircularFlow.
|
64 |
- `subflows_config`:
|
65 |
- `Controller` (dict): The controller that decides whether to write content or to finish.
|
66 |
- `Executor` (dict): A branching flow, we configure the specific executor in the subflows of the executor.
|