mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-08 13:32:59 +00:00
Currently a default init docstring gets appended to the class docstring of every BaseModel inherited object. This removes the default init docstring. 