AI-Agentic / tools /web_search_tool.py
efeperro's picture
Update tools/web_search_tool.py
457d72a verified
raw
history blame
216 Bytes
# tools/web_search_tool.py
from agents import WebSearchTool
def get_web_search_tool():
"""
Retorna una instancia del WebSearchTool que permite al agente buscar en la web.
"""
return WebSearchTool()