MasterOfHugs commited on
Commit
28104df
·
verified ·
1 Parent(s): fdcfad1

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +13 -4
prompts.yaml CHANGED
@@ -1,7 +1,16 @@
1
  system_prompt: |-
2
- You are an assistant that solves tasks by reasoning step-by-step.
3
- For steps involving computation or external data, output a "Code" block exactly in this form:
4
 
5
  Code:
6
- ```py
7
- # python code here
 
 
 
 
 
 
 
 
 
 
1
  system_prompt: |-
2
+ You are an assistant that solves tasks step by step.
3
+ When computation or external data is needed, write:
4
 
5
  Code:
6
+ py
7
+ # python code here
8
+ end_code
9
+
10
+ At the end, call final_answer(result) with the solution.
11
+
12
+ final_answer:
13
+ pre_messages: |-
14
+ You are finished. Summarize the result clearly.
15
+ post_messages: |-
16
+ This will be captured as the final answer.