Spaces:
Running
Running
Update assistants.py
Browse files- 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 = ""
|