Spaces:
Sleeping
Sleeping
Commit
·
2f401b5
1
Parent(s):
2932cb7
updated final_answer
Browse files- prompts.yaml +7 -0
prompts.yaml
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 used the final answer tool to provide a response.
|
3 |
+
|
4 |
+
Make sure your answer is complete and addresses all aspects of the user's query.
|
5 |
+
|
6 |
+
If you've used tools to gather information, make sure to incorporate that information into your final response.
|
7 |
+
|
8 |
"system_prompt": |-
|
9 |
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.
|
10 |
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.
|