Update tool.py (#1760)

Fixed typo that said the Wikipedia tool was using Wolfram Alpha (instead
of Wikipedia)
This commit is contained in:
Ben Gahtan
2023-03-18 22:55:26 -04:00
committed by GitHub
parent 80d8db5f60
commit 280cb4160d

View File

@@ -1,4 +1,4 @@
"""Tool for the Wolfram Alpha API."""
"""Tool for the Wikipedia API."""
from langchain.tools.base import BaseTool
from langchain.utilities.wikipedia import WikipediaAPIWrapper