Update README.md
Browse files
README.md
CHANGED
@@ -119,11 +119,16 @@ class CodeWriterAskUserFlow(HumanStandardInputFlow)
|
|
119 |
```
|
120 |
|
121 |
This class is used to ask for user feedback whenever the controller is unsure of something, or need confirmation, etc.
|
122 |
-
|
|
|
123 |
- `question`: The question asked by the controller
|
|
|
|
|
124 |
*Expected Behaviour*:
|
125 |
- The question is displayed, and the user gives feedback by inputing string.
|
126 |
-
|
|
|
|
|
127 |
- `feedback`: The input of the user.
|
128 |
- `code`: No code was written.
|
129 |
|
|
|
119 |
```
|
120 |
|
121 |
This class is used to ask for user feedback whenever the controller is unsure of something, or need confirmation, etc.
|
122 |
+
|
123 |
+
*Input Interface*:
|
124 |
- `question`: The question asked by the controller
|
125 |
+
|
126 |
+
|
127 |
*Expected Behaviour*:
|
128 |
- The question is displayed, and the user gives feedback by inputing string.
|
129 |
+
|
130 |
+
|
131 |
+
*Output Interface*:
|
132 |
- `feedback`: The input of the user.
|
133 |
- `code`: No code was written.
|
134 |
|