Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,8 +20,8 @@ from assistants import (
|
|
| 20 |
create_run,
|
| 21 |
wait_on_run,
|
| 22 |
get_run_steps,
|
| 23 |
-
get_messages,
|
| 24 |
recurse_execute_tool_calls,
|
|
|
|
| 25 |
extract_content_values,
|
| 26 |
)
|
| 27 |
|
|
|
|
| 20 |
create_run,
|
| 21 |
wait_on_run,
|
| 22 |
get_run_steps,
|
|
|
|
| 23 |
recurse_execute_tool_calls,
|
| 24 |
+
get_messages,
|
| 25 |
extract_content_values,
|
| 26 |
)
|
| 27 |
|