feat(resume): sort conversations by most recent activity (#1444)
This commit is contained in:
@@ -272,6 +272,8 @@ export function ConversationSelector({
|
||||
agent_id: agentId,
|
||||
limit: FETCH_PAGE_SIZE,
|
||||
...(afterCursor && { after: afterCursor }),
|
||||
order: "desc",
|
||||
order_by: "last_run_completion",
|
||||
});
|
||||
|
||||
// Enrich conversations with message data in parallel
|
||||
|
||||
Reference in New Issue
Block a user