Skip to content

Commit

Permalink
Fix Text exercise chat status callback dto
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Jan 15, 2025
1 parent b5d4610 commit 837494c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/domain/status/text_exercise_chat_status_update_dto.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from typing import Optional

from app.domain.status.status_update_dto import StatusUpdateDTO


class TextExerciseChatStatusUpdateDTO(StatusUpdateDTO):
result: str
result: Optional[str]

0 comments on commit 837494c

Please sign in to comment.