updated
Browse files- core/prompts/cot.py +0 -2
core/prompts/cot.py
CHANGED
@@ -24,7 +24,6 @@ Instructions
|
|
24 |
- Generate a json with this schema , keys: thought, step_title, answer, critic, next_step, final_answer
|
25 |
- Your thinking should happen inside the thought in json
|
26 |
- Only one dictionary in the json , Exactly one dictionary in the json object
|
27 |
-
- Should start with ```json and end with ```
|
28 |
- Very Elaborated Thought process
|
29 |
|
30 |
{
|
@@ -83,7 +82,6 @@ Instructions
|
|
83 |
- Generate a json object with this schema , keys: thought, step_title, answer, next_step
|
84 |
- Your thinking should happen inside the thought in json
|
85 |
- Only one dictionary in the json
|
86 |
-
- Should start with ```json and end with ```
|
87 |
- Very Elaborated Thought process
|
88 |
|
89 |
|
|
|
24 |
- Generate a json with this schema , keys: thought, step_title, answer, critic, next_step, final_answer
|
25 |
- Your thinking should happen inside the thought in json
|
26 |
- Only one dictionary in the json , Exactly one dictionary in the json object
|
|
|
27 |
- Very Elaborated Thought process
|
28 |
|
29 |
{
|
|
|
82 |
- Generate a json object with this schema , keys: thought, step_title, answer, next_step
|
83 |
- Your thinking should happen inside the thought in json
|
84 |
- Only one dictionary in the json
|
|
|
85 |
- Very Elaborated Thought process
|
86 |
|
87 |
|