mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
7 lines
214 B
Python
7 lines
214 B
Python
|
from langchain_community.tools.searchapi.tool import SearchAPIResults, SearchAPIRun
|
||
|
|
||
|
"""SearchApi.io API Toolkit."""
|
||
|
"""Tool for the SearchApi.io Google SERP API."""
|
||
|
|
||
|
__all__ = ["SearchAPIResults", "SearchAPIRun"]
|