sqliteInspectorSessionStore
sqliteInspectorSessionStore(
options?):object
Defined in: packages/core/src/memory/inspector-sessions.ts:49
Persists inspection-UI chat sessions alongside workflow/message stores.
Parameters
Section titled “Parameters”options?
Section titled “options?”SqliteStoreOptions = {}
Returns
Section titled “Returns”object
get(
memoryScope):InspectorSessionRecord|undefined
Parameters
Section titled “Parameters”memoryScope
Section titled “memoryScope”string
Returns
Section titled “Returns”InspectorSessionRecord | undefined
list()
Section titled “list()”list():
InspectorSessionRecord[]
Returns
Section titled “Returns”listDeletedScopes()
Section titled “listDeletedScopes()”listDeletedScopes():
string[]
Returns
Section titled “Returns”string[]
upsert()
Section titled “upsert()”upsert(
record):void
Parameters
Section titled “Parameters”record
Section titled “record”Returns
Section titled “Returns”void