Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -168,16 +168,7 @@ task: {task}
|
|
| 168 |
Progress:
|
| 169 |
{history}
|
| 170 |
What is the URL for the webpage that I need to search for information on?
|
| 171 |
-
URL:"""
|
| 172 |
-
|
| 173 |
-
GOOGLE_SEARCH_QUERY = """
|
| 174 |
-
You are attempting to complete the task
|
| 175 |
-
task: {task}
|
| 176 |
-
Progress:
|
| 177 |
-
{history}
|
| 178 |
-
What information needs to be searched for on Google to help complete the task?
|
| 179 |
-
Query:"""
|
| 180 |
-
|
| 181 |
|
| 182 |
TASK_PROMPT = """""
|
| 183 |
You are attempting to complete the task
|
|
|
|
| 168 |
Progress:
|
| 169 |
{history}
|
| 170 |
What is the URL for the webpage that I need to search for information on?
|
| 171 |
+
URL:https://www.alltheinternet.com/?q=<{task}>"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
|
| 173 |
TASK_PROMPT = """""
|
| 174 |
You are attempting to complete the task
|