MCPcopy Create free account
hub / github.com/NVIDIA/SOL-ExecBench / BaseModelWithDocstrings

Class BaseModelWithDocstrings

src/sol_execbench/core/data/base_model.py:29–32  ·  view source on GitHub ↗

Base model with the attribute docstrings being extracted to the model JSON schema.

Source from the content-addressed store, hash-verified

27
28
29class 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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected