Tachi67 commited on
Commit
89296a2
·
1 Parent(s): 459ca8d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Table of Contents
2
+
3
+ * [PlanGeneratorAtomicFlow](#PlanGeneratorAtomicFlow)
4
+ * [PlanGeneratorAtomicFlow](#PlanGeneratorAtomicFlow.PlanGeneratorAtomicFlow)
5
+ * [\_\_init\_\_](#__init__)
6
+
7
+ <a id="PlanGeneratorAtomicFlow"></a>
8
+
9
+ # PlanGeneratorAtomicFlow
10
+
11
+ <a id="PlanGeneratorAtomicFlow.PlanGeneratorAtomicFlow"></a>
12
+
13
+ ## PlanGeneratorAtomicFlow Objects
14
+
15
+ ```python
16
+ class PlanGeneratorAtomicFlow(ChatAtomicFlow)
17
+ ```
18
+
19
+ This class wraps around the Chat API to generate plan from a goal.
20
+ *Input Interface Non Initialized*:
21
+ - `goal`
22
+ *Input Interface Initialized*:
23
+ - `goal`
24
+ *Output Interface*:
25
+ - `plan`
26
+
27
+ <a id="__init__"></a>
28
+
29
+ # \_\_init\_\_
30
+