Spaces:
Running
Running
Update assistants.py
Browse files- assistants.py +0 -2
assistants.py
CHANGED
@@ -136,7 +136,6 @@ def execute_tool_call(tool_call):
|
|
136 |
|
137 |
def execute_tool_calls(run_steps):
|
138 |
run_step_details = []
|
139 |
-
|
140 |
tool_call_ids = []
|
141 |
tool_call_results = []
|
142 |
|
@@ -181,7 +180,6 @@ def recurse_execute_tool_calls(thread, run, run_steps, iteration):
|
|
181 |
|
182 |
run = wait_on_run(thread, run)
|
183 |
run_steps = get_run_steps(thread, run)
|
184 |
-
|
185 |
recurse_execute_tool_calls(thread, run, run_steps, iteration + 1)
|
186 |
else:
|
187 |
return
|
|
|
136 |
|
137 |
def execute_tool_calls(run_steps):
|
138 |
run_step_details = []
|
|
|
139 |
tool_call_ids = []
|
140 |
tool_call_results = []
|
141 |
|
|
|
180 |
|
181 |
run = wait_on_run(thread, run)
|
182 |
run_steps = get_run_steps(thread, run)
|
|
|
183 |
recurse_execute_tool_calls(thread, run, run_steps, iteration + 1)
|
184 |
else:
|
185 |
return
|