Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +0 -3
prompts.py
CHANGED
@@ -27,9 +27,6 @@ Instructions
|
|
27 |
Use the following format:
|
28 |
task: choose the next action from your available tools
|
29 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH_ENGINE, SCRAPE_WEBSITE, COMPLETE]) action_input=XXX
|
30 |
-
observation: the result of the action
|
31 |
-
action: SCRAPE_WEBSITE action_input=URL
|
32 |
-
action: COMPLETE
|
33 |
|
34 |
Example:
|
35 |
User command: Find me the breaking news from today
|
|
|
27 |
Use the following format:
|
28 |
task: choose the next action from your available tools
|
29 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH_ENGINE, SCRAPE_WEBSITE, COMPLETE]) action_input=XXX
|
|
|
|
|
|
|
30 |
|
31 |
Example:
|
32 |
User command: Find me the breaking news from today
|