mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Added ChatMessageContent model to encapsulate message content types and action statuses, improving the structure of chat messages. - Updated ChatMessage model to include a slice of ChatMessageContent, allowing for multiple content items per message. - Implemented GetContent method to handle content retrieval and formatting based on content type, enhancing message processing capabilities. - Ensured alignment with existing coding standards and added necessary comments for clarity and maintainability.