from src.chatbot.function_tools.google_tool import GoogleSearchTool
tool = GoogleSearchTool()
print(tool.execute("Messi là ai?", max_results=2))