Skip to content

Commit

Permalink
add comments according to coderabbit feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellagessl committed Nov 14, 2024
1 parent fbf2179 commit 189b094
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/domain/status/lecture_chat_status_update_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,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.
"""
result: str
"""The result message or status of the lecture chat pipeline operation."""

0 comments on commit 189b094

Please sign in to comment.