explain_model
Generate human-readable documentation for Pydantic models and Python types to clarify data structures, constraints, and examples for better understanding.
Instructions
Turn a model or type into a human-readable contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| include_examples | No | ||
| include_constraints | No | ||
| include_defaults | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | ||
| artifacts | No | ||
| diagnostics | No | ||
| resolved_target | No |