Skip to content

Commit c5afb81

Browse files
committed
fixed prompts.
1 parent 38d825d commit c5afb81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/utils/agentic_prompts.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@
206206
207207
Please return your proposal and your thoughts and reasoning in the following format:
208208
{{
209-
"thought": "Your reasoning and thought process about the kind of tasks you're proposing",
209+
"thought": "Your reasoning and thought process for designing the tasks and ensuring diversity in content and difficulty of tasks",
210210
"problems": {{
211-
"problem_0": "TASK_TEXT_1",
212-
"problem_1": "TASK_TEXT_2",
211+
"problem_0": "PROBLEM_0_DESCRIPTION",
212+
"problem_1": "PROBLEM_1_DESCRIPTION",
213213
...
214214
}}
215215
}}
@@ -285,7 +285,7 @@
285285
- final_answer: Your complete answer with explanation
286286
- numerical_answer: The final numerical result (if applicable, otherwise null)
287287
288-
Example for a math problem:
288+
Example for a numerical problem:
289289
{{
290290
"thought": "To solve this problem, I need to...",
291291
"final_answer": "The solution is 42 because...",

0 commit comments

Comments
 (0)