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