Skip to content

getSession

const getSession: (id) => Promise<ChatSession | undefined> = sqliteRepo.getSession

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

string

Promise<ChatSession | undefined>