"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "d513629984a8765927f017fdb8663b919b4d7768"
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):
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):
......
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