Rag_basic/utils/test_searchgg.py

5 lines
147 B
Python

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