Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def get_run_step_details(run_steps):
|
|
105 |
|
106 |
show_json("step_details", step_details)
|
107 |
|
108 |
-
extract_file_ids(step_details) #XXXXX
|
109 |
|
110 |
|
111 |
def get_messages(client, thread):
|
|
|
105 |
|
106 |
show_json("step_details", step_details)
|
107 |
|
108 |
+
#extract_file_ids(step_details) #XXXXX
|
109 |
|
110 |
|
111 |
def get_messages(client, thread):
|