Skip to content

getAllSessions

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

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

Promise<ChatSession[]>