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