Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellagessl committed Nov 14, 2024
1 parent 189b094 commit be71ea4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/domain/status/lecture_chat_status_update_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

0 comments on commit be71ea4

Please sign in to comment.