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

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +2 -0
prompts.yaml CHANGED
@@ -1,3 +1,5 @@
 
 
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
+ 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.