mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -29,7 +29,7 @@ class YouHit(YouHitMetadata):
|
||||
|
||||
|
||||
class YouAPIOutput(BaseModel):
|
||||
"""The output from you.com api"""
|
||||
"""Output from you.com API."""
|
||||
|
||||
hits: List[YouHit] = Field(
|
||||
description="A list of dictionaries containing the results"
|
||||
@@ -37,7 +37,7 @@ class YouAPIOutput(BaseModel):
|
||||
|
||||
|
||||
class YouDocument(BaseModel):
|
||||
"""The output of parsing one snippet"""
|
||||
"""Output of parsing one snippet."""
|
||||
|
||||
page_content: str = Field(description="One snippet of text")
|
||||
metadata: YouHitMetadata
|
||||
|
Reference in New Issue
Block a user