FD900's picture
Update tools/__init__.py
015a604 verified
from tools.chess_tools import ImageToChessBoardFENTool
from tools.classifier_tool import ClassifierTool
from tools.content_retriever_tool import ContentRetrieverTool
from tools.get_attachments_tool import GetAttachmentTool
from tools.google_search_tool import GoogleSearchTool, GoogleSiteSearchTool
from tools.speech_recognition_tool import SpeechRecognitionTool
from tools.youtube_video_tool import YouTubeVideoTool
TOOLS= [
"ImageToChessBoardFENTool",
"ClassifierTool",
"ContentRetrieverTool",
"GetAttachmentTool",
"GoogleSearchTool",
"GoogleSiteSearchTool",
"SpeechRecognitionTool",
"YouTubeVideoTool",
]