Omnitopia's picture
Update my_tools.py
63677eb verified
raw
history blame
129 Bytes
from smolagents import DuckDuckGoSearchTool, PythonMathTool
my_tool_list = [
DuckDuckGoSearchTool(),
PythonMathTool(),
]