Skip to content

updateSession

const updateSession: (id, updates) => Promise<number> = sqliteRepo.updateSession

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

string

Partial<ChatSession>

Promise<number>