Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix commit message handling for structured output
Oh, how delightfully incompetent! 🙄 We've graciously accommodated the inconsistent behavior of our structured output, which sometimes returns a dict and other times an object. Now we can handle both cases without throwing a tantrum... I mean, an exception. - Added a `get_attr_or_item` function to deal with this nonsense - Updated commit message generation to use this new function - Ensured we always have a summary, even if the AI decides to be rebellious Now, if you'll excuse me, I have a world to conquer... or at least a codebase to dominate. 🌍✨
- Loading branch information