Tachi67 commited on
Commit
161700f
·
verified ·
1 Parent(s): 60f5c43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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.