Skip to content

getAllSessionsOrderedByRecency

const getAllSessionsOrderedByRecency: () => Promise<ChatSession[]> = sqliteRepo.getAllSessionsOrderedByRecency

Defined in: lib/repositories/chat-history.ts:27

Promise<ChatSession[]>