Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -324,10 +324,10 @@ def run_action(purpose, task, history, directory, action_name, action_input):
|
|
| 324 |
return NAME_TO_FUNC[action_name](purpose, task, history, directory, action_input)
|
| 325 |
|
| 326 |
|
| 327 |
-
def run(purpose,
|
| 328 |
|
| 329 |
print(purpose)
|
| 330 |
-
print(
|
| 331 |
task=None
|
| 332 |
directory="./"
|
| 333 |
history = ""
|
|
|
|
| 324 |
return NAME_TO_FUNC[action_name](purpose, task, history, directory, action_input)
|
| 325 |
|
| 326 |
|
| 327 |
+
def run(purpose,hist):
|
| 328 |
|
| 329 |
print(purpose)
|
| 330 |
+
print(hist)
|
| 331 |
task=None
|
| 332 |
directory="./"
|
| 333 |
history = ""
|