add BraveSearchTool to init

This commit is contained in:
siddas27
2024-12-04 22:28:30 -06:00
parent 95cc6835a1
commit a64cccbd72
2 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
from .tools import (
BraveSearchTool,
BrowserbaseLoadTool,
CodeDocsSearchTool,
CodeInterpreterTool,
@@ -19,6 +20,7 @@ from .tools import (
LlamaIndexTool,
MDXSearchTool,
MultiOnTool,
MySQLSearchTool,
NL2SQLTool,
PDFSearchTool,
PGSearchTool,
@@ -40,6 +42,5 @@ from .tools import (
XMLSearchTool,
YoutubeChannelSearchTool,
YoutubeVideoSearchTool,
MySQLSearchTool
)
from .tools.base_tool import BaseTool, Tool, tool