Update README.md
Browse files
README.md
CHANGED
@@ -134,6 +134,7 @@ class SaveCodeAtomicFlow(AtomicFlow)
|
|
134 |
```
|
135 |
|
136 |
This flow appends the code to the code library file.
|
|
|
137 |
*Input Interface*:
|
138 |
- `code` (str): the code to be appended to the code library
|
139 |
- `memory_files` (dict): the dictionary of memory files
|
|
|
134 |
```
|
135 |
|
136 |
This flow appends the code to the code library file.
|
137 |
+
|
138 |
*Input Interface*:
|
139 |
- `code` (str): the code to be appended to the code library
|
140 |
- `memory_files` (dict): the dictionary of memory files
|