mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-08-26 16:55:38 -04:00
b1446bea5f
* implemented arun, results, and aresults. Reuses aiosession if available. * helper tools GoogleSerperRun and GoogleSerperResults * support for Google Images, Places and News (examples given) and filtering based on time (e.g. past hour) * updated docs
7 lines
220 B
Python
7 lines
220 B
Python
from langchain.tools.google_serper.tool import GoogleSerperResults, GoogleSerperRun
|
|
|
|
"""Google Serper API Toolkit."""
|
|
"""Tool for the Serer.dev Google Search API."""
|
|
|
|
__all__ = ["GoogleSerperRun", "GoogleSerperResults"]
|