bstraehle commited on
Commit
0d7b5ec
·
verified ·
1 Parent(s): fa73ef4

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +1 -1
assistants.py CHANGED
@@ -162,7 +162,7 @@ def execute_tool_calls(run_steps):
162
  step_details = step.step_details
163
  str = get_json("step_details", step_details)
164
  print(str)
165
- gr.Info(str)
166
 
167
  if hasattr(step_details, "tool_calls"):
168
  for tool_call in step_details.tool_calls:
 
162
  step_details = step.step_details
163
  str = get_json("step_details", step_details)
164
  print(str)
165
+ gr.Info(str, duration=15)
166
 
167
  if hasattr(step_details, "tool_calls"):
168
  for tool_call in step_details.tool_calls: