Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ The flow will open the file in VSCode and wait for the user to edit the file. On
|
|
| 23 |
- `temp_code_file_location`: Notice that if we are parsing the plan file, this should be changed to `temp_plan_file_location`.
|
| 24 |
|
| 25 |
*Output Interface*:
|
| 26 |
-
- `code`: The content of the code file.
|
| 27 |
- `feedback`: The feedback from the user.
|
| 28 |
|
| 29 |
<a id="__init__"></a>
|
|
|
|
| 23 |
- `temp_code_file_location`: Notice that if we are parsing the plan file, this should be changed to `temp_plan_file_location`.
|
| 24 |
|
| 25 |
*Output Interface*:
|
| 26 |
+
- `code`: The content of the code file. In case that we are parsing the plan file, the output is then `plan`
|
| 27 |
- `feedback`: The feedback from the user.
|
| 28 |
|
| 29 |
<a id="__init__"></a>
|