Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ to the user.
|
|
23 |
*Input Interface*:
|
24 |
- `code`: str
|
25 |
- `language_of_code`: str
|
26 |
-
- `memory_files`: Dict[str, str]
|
27 |
|
28 |
*Output Interface*:
|
29 |
- `code_editor_output`: str
|
|
|
23 |
*Input Interface*:
|
24 |
- `code`: str
|
25 |
- `language_of_code`: str
|
26 |
+
- `memory_files`: Dict[str, str]. Notice that the memory_files should at least contain the `code_library` entry indicating the file location of the code library.
|
27 |
|
28 |
*Output Interface*:
|
29 |
- `code_editor_output`: str
|