bstraehle commited on
Commit
23028bd
1 Parent(s): d510ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -179,11 +179,7 @@ def list_run_steps(client, thread, run):
179
  step_details = step.step_details
180
  show_json("step_details", step_details)
181
 
182
- print(step_details)
183
- print(step_details.message_creation)
184
-
185
  if not hasattr(step_details, "tool_calls"):
186
- #if not step_details.tool_calls:
187
  break
188
 
189
  for tool_call in step_details.tool_calls:
 
179
  step_details = step.step_details
180
  show_json("step_details", step_details)
181
 
 
 
 
182
  if not hasattr(step_details, "tool_calls"):
 
183
  break
184
 
185
  for tool_call in step_details.tool_calls: