Update README.md
Browse files
README.md
CHANGED
@@ -284,6 +284,7 @@ class UpdatePlanAtomicFlow(AtomicFlow)
|
|
284 |
|
285 |
Refer to: https://huggingface.co/aiflows/CoderFlowModule/blob/main/UpdatePlanAtomicFlow.py
|
286 |
This flow updates the plan file with the updated plan.
|
|
|
287 |
*Input Interface*:
|
288 |
- `updated_plan` (str): the updated plan
|
289 |
|
|
|
284 |
|
285 |
Refer to: https://huggingface.co/aiflows/CoderFlowModule/blob/main/UpdatePlanAtomicFlow.py
|
286 |
This flow updates the plan file with the updated plan.
|
287 |
+
|
288 |
*Input Interface*:
|
289 |
- `updated_plan` (str): the updated plan
|
290 |
|