Base model with the attribute docstrings being extracted to the model JSON schema.
| 27 | |
| 28 | |
| 29 | class BaseModelWithDocstrings(BaseModel): |
| 30 | """Base model with the attribute docstrings being extracted to the model JSON schema.""" |
| 31 | |
| 32 | model_config = ConfigDict(use_attribute_docstrings=True) |
nothing calls this directly
no outgoing calls
no test coverage detected