mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 08:45:22 -04:00
Update tool.py (#1760)
Fixed typo that said the Wikipedia tool was using Wolfram Alpha (instead of Wikipedia)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user