Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -363,7 +363,7 @@ NAME_TO_FUNC = {
|
|
363 |
|
364 |
|
365 |
def run_action(purpose, task, history, action_name, action_input,result):
|
366 |
-
if
|
367 |
print("Complete - Exiting")
|
368 |
#exit(0)
|
369 |
return "COMPLETE", None, history, task, result
|
|
|
363 |
|
364 |
|
365 |
def run_action(purpose, task, history, action_name, action_input,result):
|
366 |
+
if "COMPLETE" in action_name:
|
367 |
print("Complete - Exiting")
|
368 |
#exit(0)
|
369 |
return "COMPLETE", None, history, task, result
|