bstraehle commited on
Commit
d510ef1
1 Parent(s): ce170dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def list_run_steps(client, thread, run):
182
  print(step_details)
183
  print(step_details.message_creation)
184
 
185
- if hasattr(not step_details, "tool_calls")
186
  #if not step_details.tool_calls:
187
  break
188
 
 
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