mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 23:13:31 +00:00
docs: community docstring updates (#21040)
Added missed docstrings. Updated docstrings to consistent format.
This commit is contained in:
@@ -17,6 +17,8 @@ class Device(str, Enum):
|
||||
|
||||
|
||||
class ReaderConfig(BaseModel):
|
||||
"""Configuration for the reader to be deployed in Titan Takeoff API."""
|
||||
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
|
||||
|
Reference in New Issue
Block a user