vision-agent icon indicating copy to clipboard operation
vision-agent copied to clipboard

feat(chat): add list_siblings endpoint and service method for sibling…

Open danyalxahid-askui opened this issue 1 month ago • 0 comments

… 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 method in the MessageService class to handle the logic for fetching sibling messages based on the parent_id.
  • Enhanced error handling to raise a NotFoundError if the specified message does not exist, improving robustness in message retrieval.
  • Updated docstrings for both the endpoint and service method to provide clear documentation on parameters, return values, and exceptions.

danyalxahid-askui avatar Nov 27 '25 16:11 danyalxahid-askui