Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ def find_all(purpose,task,history, url):
|
|
324 |
print (rawp)
|
325 |
print (f'out:: {out}')
|
326 |
history += "observation: the search results are:\n {}\n".format(out)
|
327 |
-
task = "
|
328 |
return "UPDATE-TASK", None, history, task
|
329 |
else:
|
330 |
history += "observation: I need to trigger a search using the following syntax:\naction: SCRAPE_WEBSITE action_input=URL\n"
|
|
|
324 |
print (rawp)
|
325 |
print (f'out:: {out}')
|
326 |
history += "observation: the search results are:\n {}\n".format(out)
|
327 |
+
task = "compile report"
|
328 |
return "UPDATE-TASK", None, history, task
|
329 |
else:
|
330 |
history += "observation: I need to trigger a search using the following syntax:\naction: SCRAPE_WEBSITE action_input=URL\n"
|