diff --git a/backend/apps/web/models/chats.py b/backend/apps/web/models/chats.py index 4e1f00834..ea7fb355d 100644 --- a/backend/apps/web/models/chats.py +++ b/backend/apps/web/models/chats.py @@ -64,6 +64,7 @@ class ChatResponse(BaseModel): updated_at: int # timestamp in epoch created_at: int # timestamp in epoch share_id: Optional[str] = None # id of the chat to be shared + archived: bool class ChatTitleIdResponse(BaseModel):