mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 19:04:04 +08:00
* feat: add methods to access inputs' and outputs' display_name - Updated error messages to use display names for inputs and outputs, improving clarity. - Introduced utility methods for building consistent error messages related to inputs, outputs, and components. - Added public methods to retrieve user-friendly display names for inputs and outputs. - Refactored existing error handling to utilize the new messaging methods for better maintainability. * refactor: enhance error message formatting for inputs, outputs, and components - Updated error message formatting to place input, output, and component names at the beginning for better visibility, especially when messages are truncated. - Changed the format of error messages to use square brackets for consistency and improved readability. - Ensured that utility methods for building error messages maintain a user-friendly approach. * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>