Update tool.py (#1760)

Fixed typo that said the Wikipedia tool was using Wolfram Alpha (instead
of Wikipedia)
tool-patch
Ben Gahtan 1 year ago committed by GitHub
parent 80d8db5f60
commit 280cb4160d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save