wt002 commited on
Commit
b12c02e
·
verified ·
1 Parent(s): 3e66eb4

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -449,8 +449,8 @@ wiki_tool = Tool(
449
  )
450
 
451
  calc_tool = Tool(
452
- name="Calculator",
453
- func=Calculator().run,
454
  description="Perform mathematical calculations."
455
  )
456
 
 
449
  )
450
 
451
  calc_tool = Tool(
452
+ name="calculator",
453
+ func=calculator().run,
454
  description="Perform mathematical calculations."
455
  )
456