Spaces:
Running
Running
Update assistants.py
Browse files- assistants.py +1 -1
assistants.py
CHANGED
@@ -200,5 +200,5 @@ def recurse_execute_tool_calls(thread, run, run_steps, iteration):
|
|
200 |
run_steps = get_run_steps(openai_client, thread, run)
|
201 |
|
202 |
recurse_execute_tool_calls(thread, run, run_steps, iteration + 1)
|
203 |
-
else
|
204 |
return
|
|
|
200 |
run_steps = get_run_steps(openai_client, thread, run)
|
201 |
|
202 |
recurse_execute_tool_calls(thread, run, run_steps, iteration + 1)
|
203 |
+
else:
|
204 |
return
|