getSession
constgetSession: (id) =>Promise<ChatSession> =sqliteRepo.getSession
Defined in: lib/repositories/chat-history.ts:30
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<ChatSession>
constgetSession: (id) =>Promise<ChatSession> =sqliteRepo.getSession
Defined in: lib/repositories/chat-history.ts:30
string
Promise<ChatSession>