johann22 commited on
Commit
3f72b06
·
1 Parent(s): e2828ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -359,9 +359,9 @@ def run(purpose,hist):
359
  action_name,
360
  action_input,
361
  )
362
- yield "", history
363
  if task == "END":
364
- return ("", [history])
365
 
366
 
367
 
 
359
  action_name,
360
  action_input,
361
  )
362
+ yield [(purpose,history)]
363
  if task == "END":
364
+ return ("", [(purpose,history)])
365
 
366
 
367