dawalina's picture
Add new tool
cb8e5e3
Raw
History Blame Contribute Delete
307 Bytes
from tools.search import search_tool
from tools.image_identifier import image_identifier_tool
from tools.youtube_identifier import youtube_identifier_tool
from tools.webpage_fetcher import webpage_fetcher_tool
all_tools = [search_tool, image_identifier_tool, youtube_identifier_tool, webpage_fetcher_tool]