Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +3 -5
prompts.py
CHANGED
@@ -32,13 +32,11 @@ action: SCRAPE_WEBSITE action_input=URL
|
|
32 |
action: COMPLETE
|
33 |
|
34 |
Example:
|
35 |
-
***************************
|
36 |
User command: Find me the breaking news from today
|
37 |
-
action: SEARCH_ENGINE action_input=https://www.google.com/search?q=todays+breaking+news
|
38 |
-
|
39 |
-
|
40 |
Assistant: I found the the following news articles.....
|
41 |
-
***************************
|
42 |
|
43 |
action: COMPLETE
|
44 |
|
|
|
32 |
action: COMPLETE
|
33 |
|
34 |
Example:
|
|
|
35 |
User command: Find me the breaking news from today
|
36 |
+
Assistant: action: SEARCH_ENGINE action_input=https://www.google.com/search?q=todays+breaking+news
|
37 |
+
...
|
38 |
+
observation: the search results are...
|
39 |
Assistant: I found the the following news articles.....
|
|
|
40 |
|
41 |
action: COMPLETE
|
42 |
|