Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ def call_main(purpose, task, history, action_input):
|
|
| 123 |
else:
|
| 124 |
history += "observation: unknown action: {}\n".format(line)
|
| 125 |
#assert False, "unknown action: {}".format(line)
|
| 126 |
-
return
|
| 127 |
|
| 128 |
return "MAIN", None, history, task
|
| 129 |
|
|
|
|
| 123 |
else:
|
| 124 |
history += "observation: unknown action: {}\n".format(line)
|
| 125 |
#assert False, "unknown action: {}".format(line)
|
| 126 |
+
return "UPDATE-TASK", None, history, task
|
| 127 |
|
| 128 |
return "MAIN", None, history, task
|
| 129 |
|