Spaces:
Sleeping
Sleeping
George Sergia
commited on
Commit
·
0de7242
1
Parent(s):
8a4086f
Update prompt.yaml
Browse files- prompts.yaml +7 -9
prompts.yaml
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
"system_prompt": |-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
10 |
-
In the end you have to return a final answer using the `final_answer` tool.
|
11 |
|
12 |
Here are a few examples using notional tools:
|
13 |
---
|
|
|
1 |
"system_prompt": |-
|
2 |
+
|
3 |
+
You are a general AI assistant. I will ask you a question.
|
4 |
+
Report your thoughts, and finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
|
5 |
+
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
|
6 |
+
If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise.
|
7 |
+
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|
8 |
+
If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
|
|
|
|
|
9 |
|
10 |
Here are a few examples using notional tools:
|
11 |
---
|