refac: include archived flag in exports

This commit is contained in:
Timothy J. Baek 2024-04-20 19:32:32 -05:00
parent 74dd9b561a
commit eefe01454f

View file

@ -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):