bstraehle commited on
Commit
e735373
1 Parent(s): f8cc6ca

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +1 -1
assistants.py CHANGED
@@ -152,7 +152,7 @@ def execute_tool_call(tool_call):
152
  except json.JSONDecodeError as e:
153
  print(f"Error parsing function name '{name}' function args '{args_json}': {e}")
154
 
155
- gr.Info(f"Calling function {name} with args {args}")
156
 
157
  return tools[name](**args)
158
 
 
152
  except json.JSONDecodeError as e:
153
  print(f"Error parsing function name '{name}' function args '{args_json}': {e}")
154
 
155
+ #gr.Info(f"Calling function {name} with args {args}")
156
 
157
  return tools[name](**args)
158