danyalxahid-askui
Results
3
issues of
danyalxahid-askui
… messages - Implemented the `list_siblings` endpoint in the router to retrieve all sibling messages for a specified message, including the message itself, sorted by ID. - Added the `list_siblings`...
- Introduced `parent_id` field in `Message` models to establish parent-child relationships between messages. - Updated `ChatHistoryManager`, `MessageService`, and related components to support tree navigation based on `parent_id`. - Enhanced message...