AlanRocha commited on
Commit
a364cf1
·
verified ·
1 Parent(s): fcf2f9b

Update tool.py

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
tool.py CHANGED
@@ -31,7 +31,7 @@ def get_tools() -> List[Tool]:
31
  FinalAnswerTool(),
32
  DuckDuckGoSearchTool(),
33
  PythonInterpreterTool(),
34
- WikipediaSearchTool(),
35
  VisitWebpageTool(),
36
  vision_tool,
37
  youtube_frames_to_images,
 
31
  FinalAnswerTool(),
32
  DuckDuckGoSearchTool(),
33
  PythonInterpreterTool(),
34
+ wikipedia_search,
35
  VisitWebpageTool(),
36
  vision_tool,
37
  youtube_frames_to_images,