Spaces:
Running
Running
Update assistants.py
Browse files- assistants.py +1 -1
assistants.py
CHANGED
@@ -176,7 +176,7 @@ def execute_tool_calls(run_steps):
|
|
176 |
|
177 |
def recurse_execute_tool_calls(thread, run, run_steps, iteration):
|
178 |
tool_call_ids, tool_call_results = execute_tool_calls(run_steps)
|
179 |
-
|
180 |
|
181 |
if len(tool_call_ids) > iteration:
|
182 |
tool_output = {}
|
|
|
176 |
|
177 |
def recurse_execute_tool_calls(thread, run, run_steps, iteration):
|
178 |
tool_call_ids, tool_call_results = execute_tool_calls(run_steps)
|
179 |
+
gr.Info(f"tool call: {iteration}")
|
180 |
|
181 |
if len(tool_call_ids) > iteration:
|
182 |
tool_output = {}
|