Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,8 @@ def list_run_steps(client, thread, run):
|
|
57 |
)
|
58 |
for step in run_steps.data:
|
59 |
step_details = step.step_details
|
60 |
-
print(json.dumps(show_json("step_details", step_details), indent=4))
|
|
|
61 |
return run_steps
|
62 |
|
63 |
def list_messages(client, thread):
|
|
|
57 |
)
|
58 |
for step in run_steps.data:
|
59 |
step_details = step.step_details
|
60 |
+
#print(json.dumps(show_json("step_details", step_details), indent=4))
|
61 |
+
show_json("step_details", step_details)
|
62 |
return run_steps
|
63 |
|
64 |
def list_messages(client, thread):
|