DataDesigner/packages
Nabin Mulepati 405ddda698
chore(engine): rename correction-step counter for clarity (#627)
The local counter `curr_num_correction_steps` in `ModelFacade.generate`
and `agenerate` was incremented before each parse attempt, so it
actually counted parse attempts (initial + corrections), not corrections
taken. The name suggested the latter, which made the surrounding
`<= max_correction_steps` check read like a possible off-by-one even
though the math worked out.

Rename it to `parse_attempts` and add a short comment describing the
semantics. Pure refactor: no behavior change.

Closes #371
2026-05-11 09:29:03 -06:00
..
data-designer feat: resume interrupted dataset generation runs (sync + async engine) (#526) 2026-05-08 15:37:56 -06:00
data-designer-config validate subcategory parent sampler type (#628) 2026-05-11 09:37:37 -04:00
data-designer-engine chore(engine): rename correction-step counter for clarity (#627) 2026-05-11 09:29:03 -06:00