Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ def call_set_task(purpose, task, history, directory, action_input):
|
|
198 |
purpose=purpose,
|
199 |
task=task,
|
200 |
history=history,
|
201 |
-
)
|
202 |
history += "observation: task has been updated to: {}\n".format(task)
|
203 |
return "MAIN", None, history, task
|
204 |
|
|
|
198 |
purpose=purpose,
|
199 |
task=task,
|
200 |
history=history,
|
201 |
+
)
|
202 |
history += "observation: task has been updated to: {}\n".format(task)
|
203 |
return "MAIN", None, history, task
|
204 |
|