fix(ui): export flushSessionPersistence from sessions barrel file
This commit is contained in:
@@ -26,6 +26,7 @@ import {
|
||||
setActiveParentSession,
|
||||
setActiveSession,
|
||||
setSessionDraftPrompt,
|
||||
flushSessionPersistence,
|
||||
} from "./session-state"
|
||||
|
||||
import { getDefaultModel } from "./session-models"
|
||||
@@ -113,5 +114,6 @@ export {
|
||||
setSessionDraftPrompt,
|
||||
updateSessionAgent,
|
||||
updateSessionModel,
|
||||
flushSessionPersistence,
|
||||
}
|
||||
export type { SessionInfo }
|
||||
|
||||
Reference in New Issue
Block a user