Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -303,11 +303,11 @@ def find_all(purpose,task,history, url):
|
|
303 |
return "MAIN", None, history, task
|
304 |
else:
|
305 |
history += "observation: I need to trigger a search using the following syntax:\naction: WEBSITE_SCRAPE action_input=SEARCH_QUERY\n"
|
306 |
-
return "
|
307 |
except Exception as e:
|
308 |
print (e)
|
309 |
history += "observation: I need to trigger a search using the following syntax:\naction: WEBSITE_SCRAPE action_input=SEARCH_QUERY\n"
|
310 |
-
return "
|
311 |
|
312 |
#else:
|
313 |
# history = "observation: The search query I used did not return a valid response"
|
|
|
303 |
return "MAIN", None, history, task
|
304 |
else:
|
305 |
history += "observation: I need to trigger a search using the following syntax:\naction: WEBSITE_SCRAPE action_input=SEARCH_QUERY\n"
|
306 |
+
return "MAIN", None, history, task
|
307 |
except Exception as e:
|
308 |
print (e)
|
309 |
history += "observation: I need to trigger a search using the following syntax:\naction: WEBSITE_SCRAPE action_input=SEARCH_QUERY\n"
|
310 |
+
return "MAIN", None, history, task
|
311 |
|
312 |
#else:
|
313 |
# history = "observation: The search query I used did not return a valid response"
|