johann22 commited on
Commit
31ceacf
1 Parent(s): 8506da9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -324,10 +324,10 @@ def run_action(purpose, task, history, directory, action_name, action_input):
324
  return NAME_TO_FUNC[action_name](purpose, task, history, directory, action_input)
325
 
326
 
327
- def run(purpose,history):
328
 
329
  print(purpose)
330
- print(history)
331
  task=None
332
  directory="./"
333
  history = ""
 
324
  return NAME_TO_FUNC[action_name](purpose, task, history, directory, action_input)
325
 
326
 
327
+ def run(purpose,hist):
328
 
329
  print(purpose)
330
+ print(hist)
331
  task=None
332
  directory="./"
333
  history = ""