bstraehle commited on
Commit
97f068a
1 Parent(s): 216cad8

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +1 -1
assistants.py CHANGED
@@ -169,7 +169,7 @@ def execute_tool_calls(run_steps):
169
 
170
  if hasattr(step_details, "tool_calls"):
171
  for tool_call in step_details.tool_calls:
172
- if tool_call.output != None
173
  print(get_json("tool_call", tool_call))
174
 
175
  func_name = ""
 
169
 
170
  if hasattr(step_details, "tool_calls"):
171
  for tool_call in step_details.tool_calls:
172
+ if tool_call.output != None:
173
  print(get_json("tool_call", tool_call))
174
 
175
  func_name = ""