bstraehle commited on
Commit
f0efa31
·
verified ·
1 Parent(s): 26f3de7

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +1 -1
assistants.py CHANGED
@@ -168,7 +168,7 @@ def execute_tool_calls(run_steps):
168
  for tool_call in step_details.tool_calls:
169
  str = get_json("tool_call", tool_call)
170
  print(str)
171
- gr.Info(str)
172
 
173
  if hasattr(tool_call, "function"):
174
  tool_call_ids.append(tool_call.id)
 
168
  for tool_call in step_details.tool_calls:
169
  str = get_json("tool_call", tool_call)
170
  print(str)
171
+ gr.Info(str, duration=15)
172
 
173
  if hasattr(tool_call, "function"):
174
  tool_call_ids.append(tool_call.id)