mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +00:00
docs: docstrings langchain_community
update (#14889)
Addded missed docstrings. Fixed inconsistency in docstrings. **Note** CC @efriis There were PR errors on `langchain_experimental/prompt_injection_identifier/hugging_face_identifier.py` But, I didn't touch this file in this PR! Can it be some cache problems? I fixed this error.
This commit is contained in:
@@ -7,6 +7,7 @@ from langchain_core.utils import convert_to_secret_str, get_from_dict_or_env
|
||||
|
||||
class GoogleFinanceAPIWrapper(BaseModel):
|
||||
"""Wrapper for SerpApi's Google Finance API
|
||||
|
||||
You can create SerpApi.com key by signing up at: https://serpapi.com/users/sign_up.
|
||||
The wrapper uses the SerpApi.com python package:
|
||||
https://serpapi.com/integrations/python
|
||||
|
Reference in New Issue
Block a user