From be71ea4ea9c4131121bbc9f48b117429197fff16 Mon Sep 17 00:00:00 2001 From: isabella Date: Thu, 14 Nov 2024 15:42:27 +0100 Subject: [PATCH] fix code format --- app/domain/status/lecture_chat_status_update_dto.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/domain/status/lecture_chat_status_update_dto.py b/app/domain/status/lecture_chat_status_update_dto.py index 930ebef4..0323c885 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."""