Omnibus commited on
Commit
755085d
·
verified ·
1 Parent(s): 3c41461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "complete?"
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"