mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-02 09:52:57 +02:00
refac: include archived flag in exports
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user