Tachi67 commited on
Commit
d4f3dad
·
verified ·
1 Parent(s): d9cee9b

formatting

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -218,6 +218,7 @@ class Planner_JarvisFlow(PlanWriterFlow)
218
  ```
219
 
220
  This flow inherits from PlanWriterFlow (https://huggingface.co/aiflows/PlanWriterFlowModule), and is used to generate a plan for Jarvis.
 
221
  *Input Interface*:
222
  - `goal` (str): the goal of the planner, the goal comes from the user's query when calling Jarvis.
223
  - `memory_files` (dict): a dictionary of memory files, the keys are the names of the memory files, the values are the locations of the memory files.
 
218
  ```
219
 
220
  This flow inherits from PlanWriterFlow (https://huggingface.co/aiflows/PlanWriterFlowModule), and is used to generate a plan for Jarvis.
221
+
222
  *Input Interface*:
223
  - `goal` (str): the goal of the planner, the goal comes from the user's query when calling Jarvis.
224
  - `memory_files` (dict): a dictionary of memory files, the keys are the names of the memory files, the values are the locations of the memory files.