Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -8,7 +8,7 @@ Current Date and Time is:
|
|
8 |
|
9 |
You have access to the following tools:
|
10 |
- action: UPDATE-TASK action_input=NEW_TASK
|
11 |
-
- action: SEARCH_ENGINE action_input=SEARCH_QUERY
|
12 |
- action: SCRAPE_WEBSITE action_input=WEBSITE_URL
|
13 |
- action: COMPLETE
|
14 |
|
|
|
8 |
|
9 |
You have access to the following tools:
|
10 |
- action: UPDATE-TASK action_input=NEW_TASK
|
11 |
+
- action: SEARCH_ENGINE action_input=SEARCH_ENGINE_URL/?q=SEARCH_QUERY
|
12 |
- action: SCRAPE_WEBSITE action_input=WEBSITE_URL
|
13 |
- action: COMPLETE
|
14 |
|