langflow
langflow copied to clipboard
feat(component): rename Parse Data to Data to Message for better clarity
Issue Identified
- The name 'Parse Data' is too broad and doesn't clearly convey its function.
Proposed Solution
- Rename the component to 'Data to Message' to better reflect its purpose of converting data into message format.
Action Items
- Renamed 'Parse Data' to 'Data to Message'
- Updated descriptions and outputs to improve clarity
- Improved parameter names for better understanding:
- "Data" → "Input Data"
- "Template" → "Message Template"
- "Separator" → "Line Separator"
These changes make the component's purpose more immediately clear to users - converting structured data into formatted message strings.