create_example_payload
Generate example valid and invalid payloads for Pydantic models and Python types to test data validation and understand type contracts.
Instructions
Generate example valid and invalid payloads for a target model or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| count | No | ||
| invalid_examples | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | ||
| artifacts | No | ||
| diagnostics | No | ||
| resolved_target | No |