Omnibus commited on
Commit
8812113
·
1 Parent(s): b97439a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 "UPDATE-TASK", 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 "UPDATE-TASK", None, history, task
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"