generate_seed
Generate realistic mock data and seed fixtures for database tables or API payloads from a schema description. Output formats include SQL, JSON, and CSV.
Instructions
Generate realistic mock data / seed fixtures for database tables or API payloads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to use (default: deepseek-chat) | |
| format | No | Desired output format (e.g. SQL INSERT, JSON, CSV) | |
| schema | Yes | Schema structure or entity description | |
| provider | No | AI Provider |