emmac commited on
Commit
4d2847b
·
verified ·
1 Parent(s): b116568

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,5 +67,6 @@ agent = CodeAgent(
67
  prompt_templates=prompt_templates
68
  )
69
 
 
70
 
71
  GradioUI(agent).launch()
 
67
  prompt_templates=prompt_templates
68
  )
69
 
70
+ print("Agent tools:", [t.name for t in agent.tools])
71
 
72
  GradioUI(agent).launch()