fix: pass generated caption to output json file#14
fix: pass generated caption to output json file#14ServeurpersoCom merged 2 commits intoServeurpersoCom:masterfrom
Conversation
Original user's input prompt/caption is being passed to the output json file. This saves the generated caption instead.
|
I'm looking into it. I started by avoiding exceptions with JSON data to keep things simple compared to the reference project in Python. But we need gap-fill, so I'm also looking at the language that has the same problem. |
|
We need this ! |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRefactoring Phase 1 merging logic in metadata state machine by consolidating gap-fill assignments for BPM, duration, keyscale, timesignature, and vocal_language from multiple if-blocks into single-line statements. Adds caption propagation when parsed.caption is non-empty, while preserving duration defaults and bounds checks. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Comment |
Original user's input prompt/caption is being passed to the output json file. This saves the generated caption instead.
However, this may not entirely fix my issue that I've been trying to track down, but might push it in the right direction.
Example:
Now expands into
Summary by CodeRabbit
New Features
Improvements