- Remove unused imports from both files to fix lint errors
- Update test expectations to match actual schema output format
- Python 3.10+ union syntax now outputs 'str | None' instead of 'Optional[str]'
- All local tests pass and core functionality verified
Co-Authored-By: João <joao@crewai.com>