bstraehle commited on
Commit
a906963
1 Parent(s): a81c66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -192,6 +192,8 @@ def list_run_steps(client, thread, run):
192
  print("===")
193
  print(tool)
194
  print("===")
 
 
195
  ###
196
 
197
  #tools = {tool.__name__: tool for tool in get_current_agent().tools}
 
192
  print("===")
193
  print(tool)
194
  print("===")
195
+ print(tool.function)
196
+ print("===")
197
  ###
198
 
199
  #tools = {tool.__name__: tool for tool in get_current_agent().tools}