Wizzy-wooz commited on
Commit
d7d073d
·
verified ·
1 Parent(s): ab92891

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +4 -0
prompts.yaml CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  "system_prompt": |-
2
  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.
3
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
 
1
+ "final_answer": |-
2
+ You have reached a final answer. Format it clearly and precisely.
3
+ Respond with the final output only.
4
+
5
  "system_prompt": |-
6
  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.
7
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.