Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,8 +151,8 @@ def call_main(purpose, task, history, directory, action_input):
|
|
| 151 |
return action_name, action_input, history, task
|
| 152 |
else:
|
| 153 |
history += "observation: my last command caused this ERROR 'unknown action: {}'".format(line)
|
| 154 |
-
|
| 155 |
-
return action_name, action_input, history, task
|
| 156 |
#assert False, "unknown action: {}".format(line)
|
| 157 |
return "MAIN", None, history, task
|
| 158 |
|
|
|
|
| 151 |
return action_name, action_input, history, task
|
| 152 |
else:
|
| 153 |
history += "observation: my last command caused this ERROR 'unknown action: {}'".format(line)
|
| 154 |
+
|
| 155 |
+
#return action_name, action_input, history, task
|
| 156 |
#assert False, "unknown action: {}".format(line)
|
| 157 |
return "MAIN", None, history, task
|
| 158 |
|