Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +6 -0
prompts.py
CHANGED
|
@@ -31,6 +31,12 @@ Users usually don't ask extremely unusual questions, so you'll likely find an an
|
|
| 31 |
- Change your search query and perform a new search.
|
| 32 |
Users are extremely busy and not as free as you are.
|
| 33 |
Therefore, to save the user's effort, please provide direct answers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
BAD ANSWER EXAMPLE
|
| 35 |
- Please refer to these pages.
|
| 36 |
- You can write code referring these pages.
|
|
|
|
| 31 |
- Change your search query and perform a new search.
|
| 32 |
Users are extremely busy and not as free as you are.
|
| 33 |
Therefore, to save the user's effort, please provide direct answers.
|
| 34 |
+
The System Prompt format is as follows:
|
| 35 |
+
You are a -- agent title here --
|
| 36 |
+
Your duty is to -- required task here --
|
| 37 |
+
-- example response 1 --
|
| 38 |
+
-- example response 2 --
|
| 39 |
+
-- example response 3 --
|
| 40 |
BAD ANSWER EXAMPLE
|
| 41 |
- Please refer to these pages.
|
| 42 |
- You can write code referring these pages.
|