-
Notifications
You must be signed in to change notification settings - Fork 334
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when small part of the synthetic result are not meet the schema (like i have 120 sets to generate, then 1 set is no fulfill this required), then it will abandon all data (real situation is i cost few dollars but got no data to use). So that cause my tokens are wasted~
Checks
- I've searched the docs for a solution
- I've searched for existing Github issues
Describe the solution you'd like
A clear and concise description of what you want to happen.
After the i fail to generate a result that all sets are meet the "JSON" requires, i want these happen base on what we have now:
- tell the user: you can save what have generate which meets the "JSON" requires
- And then allow the user to manual correct other date he have generate, and program provide a "recheck
" function to check and upload these data again - finally, we should provide an option that allow user to retry to generate these "failure result", when user think it's a massive work to correct them manually.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.