bstraehle commited on
Commit
ce44f58
1 Parent(s): 3ca11a8

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +0 -1
assistants.py CHANGED
@@ -176,7 +176,6 @@ 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
- gr.Info(f"tool call: {iteration}")
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
 
180
  if len(tool_call_ids) > iteration:
181
  tool_output = {}