Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure identifier field handles auto-generated values
Refactored the `identifier` field to be optional and handle cases where it relies on auto-generated values. Added logic to clean the `identifier` field by checking for a provided initial value in `self.data`. This ensures robust handling of the field without relying on user input.
- Loading branch information