Concept Flow - CommaSeparatedListOutputParser
Receive raw text output
Split text by commas
Trim whitespace from each item
Return list of clean strings
The parser takes a string with comma-separated values, splits it by commas, trims spaces, and returns a list of clean items.