bstraehle commited on
Commit
b4d5488
1 Parent(s): 611c1cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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