You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename FileNormalizer to DocumentNormalizer in OpenAI contract
This change renames the FileNormalizer class to DocumentNormalizer in the
OpenAI contract to better reflect its purpose of normalizing document files.
Changes:
- Rename FileNormalizer.php to DocumentNormalizer.php
- Update class name from FileNormalizer to DocumentNormalizer
- Update all references in OpenAiContract.php and test file
- Tests continue to pass, maintaining backward compatibility
0 commit comments