NemesisAlm commited on
Commit
b6d3b8d
·
verified ·
1 Parent(s): ed7ded4

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +3 -2
prompts.yaml CHANGED
@@ -1,5 +1,6 @@
1
- "final_answer": |
2
- Final Answer: {final_answer}
 
3
  "system_prompt": |-
4
  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.
5
  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
+ "pre_messages": |
3
+ Final Answer: {final_answer}
4
  "system_prompt": |-
5
  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.
6
  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.