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