Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,6 @@ def list_run_steps(client, thread, run):
|
|
173 |
for step in run_steps.data:
|
174 |
step_details = step.step_details
|
175 |
show_json("step_details", step_details)
|
176 |
-
print(step_details.tool_call)
|
177 |
# TODO: execute_tool_call
|
178 |
|
179 |
return run_steps
|
|
|
173 |
for step in run_steps.data:
|
174 |
step_details = step.step_details
|
175 |
show_json("step_details", step_details)
|
|
|
176 |
# TODO: execute_tool_call
|
177 |
|
178 |
return run_steps
|