inspect_model
Inspect a Pydantic model to view its fields, types, defaults, and validators. Understand model structure without reading source files manually.
Instructions
Inspect a Pydantic model: fields with types/defaults, and validators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| model | Yes |