mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Introduced ChatConversation and ChatMessage structs to represent conversation and message data in the application. - Included relevant fields with JSON and BSON annotations for proper serialization and database integration. - Enhanced model definitions with descriptions for better understanding of their purpose and usage. - Ensured alignment with existing coding standards and practices for maintainability.