Commit eefe0145 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: include archived flag in exports

parent 74dd9b56
...@@ -64,6 +64,7 @@ class ChatResponse(BaseModel): ...@@ -64,6 +64,7 @@ class ChatResponse(BaseModel):
updated_at: int # timestamp in epoch updated_at: int # timestamp in epoch
created_at: int # timestamp in epoch created_at: int # timestamp in epoch
share_id: Optional[str] = None # id of the chat to be shared share_id: Optional[str] = None # id of the chat to be shared
archived: bool
class ChatTitleIdResponse(BaseModel): class ChatTitleIdResponse(BaseModel):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment