Skip to content

getAllSessions

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

Defined in: src/lib/repositories/chat-history.ts:15

Promise<ChatSession[]>