mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-09 04:03:30 +00:00
Currently a default init docstring gets appended to the class docstring of every BaseModel inherited object. This removes the default init docstring. 