ksabeh commited on
Commit
756d280
·
verified ·
1 Parent(s): 9f39c86

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +5 -0
prompts.yaml CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
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
+ ✅ Task completed successfully.
3
+ Here is the final answer:
4
+ {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.
8
  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.