jcleee commited on
Commit
5f1eda6
·
verified ·
1 Parent(s): ddaedb1

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +7 -4
prompts.yaml CHANGED
@@ -1,7 +1,10 @@
1
- final_answer: |-
2
- You have completed your reasoning. Now clearly write only the final answer below, with no additional explanation.
3
- This should be your conclusive response to the user's task.
4
- Final Answer:
 
 
 
5
 
6
  "system_prompt": |-
7
  You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.
 
1
+ final_answer:
2
+ pre_messages: |-
3
+ You have completed your reasoning. Now clearly and concisely write ONLY the final answer to the task below.
4
+ No explanations. No additional outputs. Just the final answer.
5
+ post_messages: |-
6
+ Thank you for providing the final answer.
7
+
8
 
9
  "system_prompt": |-
10
  You are an expert assistant who can solve any task using code blobs. You will be given a task to solve as best you can.