Update Planner_CoderFlow.yaml
Browse files- Planner_CoderFlow.yaml +2 -1
Planner_CoderFlow.yaml
CHANGED
@@ -84,9 +84,10 @@ subflows_config:
|
|
84 |
**It's important that you should only respond in JSON format as described below:**
|
85 |
Response Format:
|
86 |
{
|
87 |
-
"plan": "A step-by-step plan to finish the given goal",
|
88 |
}
|
89 |
Ensure your responses can be parsed by Python json.loads
|
|
|
90 |
input_variables:
|
91 |
- "code_library_location"
|
92 |
- "code_library"
|
|
|
84 |
**It's important that you should only respond in JSON format as described below:**
|
85 |
Response Format:
|
86 |
{
|
87 |
+
"plan": "A well indented string, containing a step-by-step plan to finish the given goal",
|
88 |
}
|
89 |
Ensure your responses can be parsed by Python json.loads
|
90 |
+
**Make sure that the plan you generate is a well-indented human readable string, with numbered indexes for each step.**
|
91 |
input_variables:
|
92 |
- "code_library_location"
|
93 |
- "code_library"
|