Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -359,8 +359,9 @@ def run(purpose,hist):
|
|
359 |
action_name,
|
360 |
action_input,
|
361 |
)
|
|
|
362 |
if task == "END":
|
363 |
-
return ("", [
|
364 |
|
365 |
|
366 |
|
|
|
359 |
action_name,
|
360 |
action_input,
|
361 |
)
|
362 |
+
yield "", history
|
363 |
if task == "END":
|
364 |
+
return ("", [history])
|
365 |
|
366 |
|
367 |
|