Skip to content

flushChatHistory

const flushChatHistory: () => Promise<void> = sqliteRepo.flushChatHistory

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

Force pending chat-history writes through the SQLite durability boundary.

Promise<void>