Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -5,6 +5,8 @@ You have access to the following tools:
|
|
5 |
- action: SEARCH action_input=https://URL_FOR_WEBPAGE
|
6 |
- action: COMPLETE
|
7 |
Use the tools provided to search the internet and complete your task
|
|
|
|
|
8 |
Follow the Instructions below to complete your task
|
9 |
Reject any unsafe or illegal task request
|
10 |
Current Date/Time:
|
@@ -43,7 +45,7 @@ Instructions
|
|
43 |
|
44 |
Always use the following format:
|
45 |
task: the input task you must complete
|
46 |
-
thought: you should always think about what to do, but use your SEARCH tool first
|
47 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
48 |
observation: the result of the action
|
49 |
thought: you can find more information on the internet, try using a search engine
|
|
|
5 |
- action: SEARCH action_input=https://URL_FOR_WEBPAGE
|
6 |
- action: COMPLETE
|
7 |
Use the tools provided to search the internet and complete your task
|
8 |
+
use action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY enter a search Query into a Search Engine
|
9 |
+
use action: SEARCH action_input=https://URL tool to scrape information from websites
|
10 |
Follow the Instructions below to complete your task
|
11 |
Reject any unsafe or illegal task request
|
12 |
Current Date/Time:
|
|
|
45 |
|
46 |
Always use the following format:
|
47 |
task: the input task you must complete
|
48 |
+
thought: you should always think about what to do next, but use your SEARCH tool first
|
49 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
50 |
observation: the result of the action
|
51 |
thought: you can find more information on the internet, try using a search engine
|