mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +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:
@@ -8,6 +8,8 @@ IMAGE_AND_VIDEO_LIBRARY_URL = "https://images-api.nasa.gov"
|
||||
|
||||
|
||||
class NasaAPIWrapper(BaseModel):
|
||||
"""Wrapper for NASA API."""
|
||||
|
||||
def get_media(self, query: str) -> str:
|
||||
params = json.loads(query)
|
||||
if params.get("q"):
|
||||
|
Reference in New Issue
Block a user