Skip to content

flushChatHistory

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

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

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

Promise<void>