Omnibus commited on
Commit
23f38b1
·
1 Parent(s): 20cc82f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -321,7 +321,8 @@ def find_all(purpose,task,history, url):
321
  print("compressing...")
322
  rawp = compress_data(c,purpose,task,out)
323
  print (rawp)
324
- history += "observation: the search results are:\n {}\n".format(rawp)
 
325
  task = "complete?"
326
  return "MAIN", None, history, task
327
  else:
 
321
  print("compressing...")
322
  rawp = compress_data(c,purpose,task,out)
323
  print (rawp)
324
+ print (f'out:: {out}')
325
+ history += "observation: the search results are:\n {}\n".format(out)
326
  task = "complete?"
327
  return "MAIN", None, history, task
328
  else: