Order chat sessions by time updated, not created (#4143)

* order chat sessions by time updated, not created

* quick update

* k
This commit is contained in:
pablonyx
2025-02-27 09:35:42 -08:00
committed by GitHub
parent e10cc8ccdb
commit 85e3ed57f1
12 changed files with 16 additions and 7 deletions

View File

@ -138,6 +138,7 @@ def get_user_chat_sessions(
name=chat.description,
persona_id=chat.persona_id,
time_created=chat.time_created.isoformat(),
time_updated=chat.time_updated.isoformat(),
shared_status=chat.shared_status,
folder_id=chat.folder_id,
current_alternate_model=chat.current_alternate_model,