Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- 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 |
+
You have completed your reasoning. Now clearly write only the final answer below, with no additional explanation.
|
| 3 |
+
This should be your conclusive response to the user's task.
|
| 4 |
+
Final 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.
|