Sborole commited on
Commit
6bb6cd7
·
verified ·
1 Parent(s): ef321f4

Update src/agent.py

Browse files
Files changed (1) hide show
  1. src/agent.py +1 -1
src/agent.py CHANGED
@@ -5,7 +5,7 @@ from tools.ReadAudioTool import ReadAudioTool
5
  from tools.ReadImageTool import ReadImageTool
6
  from tools.ReadTextTool import ReadTextTool
7
  from tools.ReadVideoTool import ReadVideoTool
8
- from tools.WebSearchTool import SerpAPISearchTool
9
  from tools.YouTubeTool import YouTubeTool
10
  from tools.PythonRunnerTool import PythonRunnerTool
11
  from tools.PythonCalcTool import PythonCalcTool
 
5
  from tools.ReadImageTool import ReadImageTool
6
  from tools.ReadTextTool import ReadTextTool
7
  from tools.ReadVideoTool import ReadVideoTool
8
+ from tools.WebSearchTool import SerpApiSearchTool
9
  from tools.YouTubeTool import YouTubeTool
10
  from tools.PythonRunnerTool import PythonRunnerTool
11
  from tools.PythonCalcTool import PythonCalcTool