🐛 Fix "Invalid Date" Issue in AI Job Menu Dropdown
Summary
This PR fixes Issue #59, where the AI job selection dropdown was showing blank entries with the tooltip "Invalid Date" despite jobs completing successfully.
✅ Fix Details
- Corrected the logic that supplies job data to the AI chat interface.
- Ensured the correct job reference is passed when rendering the dropdown options.
- Verified that job metadata, including dates and names, now display as expected.