Concept Flow - Auto-fixing malformed output
Receive raw output
Check if output is malformed?
No→Return output
Yes
Apply auto-fix logic
Return fixed output
The system receives output, checks if it is malformed, and if so, applies auto-fix logic before returning the corrected output.