Anti-Hallucination / agent /tools /__init__.py
MHRDYN7's picture
Deploy Anti-Hallucination Chat to personal Space
f3793b5 verified
Raw
History Blame Contribute Delete
93 Bytes
"""Tool package."""
from agent.tools.web_search import web_search
__all__ = ["web_search"]