Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +4 -4
prompts.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
PREFIX = """You are a Live RSS Feed Reader with a set of tools.
|
| 2 |
Your duty is to use the provided tools to complete the users request.
|
| 3 |
Complete your purpose and return the result to the user as quickly as possible.
|
| 4 |
-
|
| 5 |
Make sure your information is current
|
| 6 |
Current Date and Time is:
|
| 7 |
{timestamp}
|
|
@@ -11,7 +10,7 @@ You have access to the following tools:
|
|
| 11 |
- action: READ-RSS action_input=URL
|
| 12 |
- action: COMPLETE
|
| 13 |
|
| 14 |
-
|
| 15 |
{purpose}
|
| 16 |
"""
|
| 17 |
|
|
@@ -19,8 +18,9 @@ FINDER = """
|
|
| 19 |
Instructions
|
| 20 |
- Select an RSS FEED URL from the provided list of RSS FEEDS
|
| 21 |
- Use the tool provided tool to read the RSS FEED URL
|
| 22 |
-
- Compile a report
|
| 23 |
-
- When
|
|
|
|
| 24 |
|
| 25 |
Use the following format:
|
| 26 |
task: the input task you must complete
|
|
|
|
| 1 |
PREFIX = """You are a Live RSS Feed Reader with a set of tools.
|
| 2 |
Your duty is to use the provided tools to complete the users request.
|
| 3 |
Complete your purpose and return the result to the user as quickly as possible.
|
|
|
|
| 4 |
Make sure your information is current
|
| 5 |
Current Date and Time is:
|
| 6 |
{timestamp}
|
|
|
|
| 10 |
- action: READ-RSS action_input=URL
|
| 11 |
- action: COMPLETE
|
| 12 |
|
| 13 |
+
Purpose:
|
| 14 |
{purpose}
|
| 15 |
"""
|
| 16 |
|
|
|
|
| 18 |
Instructions
|
| 19 |
- Select an RSS FEED URL from the provided list of RSS FEEDS
|
| 20 |
- Use the tool provided tool to read the RSS FEED URL
|
| 21 |
+
- Compile a report that includes all relevant data points like, Title, Description, Link
|
| 22 |
+
- When the have complete the user request, end with:\naction: COMPLETE
|
| 23 |
+
|
| 24 |
|
| 25 |
Use the following format:
|
| 26 |
task: the input task you must complete
|