mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
Specify utilities package in SerpAPIWrapper docstring (#6821)
- Description: Specify utilities package in SerpAPIWrapper docstring - Issue: Not an issue - Dependencies: (n/a) - Tag maintainer: @dev2049 - Twitter handle: (n/a)
This commit is contained in:
parent
dd2a151543
commit
f3d178f600
@ -36,7 +36,7 @@ class SerpAPIWrapper(BaseModel):
|
|||||||
Example:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from langchain import SerpAPIWrapper
|
from langchain.utilities import SerpAPIWrapper
|
||||||
serpapi = SerpAPIWrapper()
|
serpapi = SerpAPIWrapper()
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user