bstraehle commited on
Commit
818b590
1 Parent(s): 0d63545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def execute_tool_call(tools, tool_call):
166
  print(f"{name}, {args}")
167
 
168
  print("XXXXX")
169
- print(tools)
170
  print("XXXXX")
171
 
172
  #return tools[name](**args)
 
166
  print(f"{name}, {args}")
167
 
168
  print("XXXXX")
169
+ print(tools[name])
170
  print("XXXXX")
171
 
172
  #return tools[name](**args)