diff --git a/app/domain/status/lecture_chat_status_update_dto.py b/app/domain/status/lecture_chat_status_update_dto.py index 930ebef..0323c88 100644 --- a/app/domain/status/lecture_chat_status_update_dto.py +++ b/app/domain/status/lecture_chat_status_update_dto.py @@ -3,9 +3,10 @@ class LectureChatStatusUpdateDTO(StatusUpdateDTO): """Data Transfer Object for lecture chat status updates. - This DTO extends the base StatusUpdateDTO to include the result of lecture chat - pipeline operations, facilitating communication between Artemis and the lecture - chat system. + This DTO extends the base StatusUpdateDTO to include the result of lecture chat + pipeline operations, facilitating communication between Artemis and the lecture + chat system. """ + result: str """The result message or status of the lecture chat pipeline operation."""