sqliteConversationMetadataStore
sqliteConversationMetadataStore(
options?):object
Defined in: packages/core/src/stores/conversation-metadata.ts:54
Metadata about a conversation — not the source of truth for message content (that’s sqliteMessageStore). Persists alongside the workflow/message stores.
Parameters
Section titled “Parameters”options?
Section titled “options?”SqliteStoreOptions = {}
Returns
Section titled “Returns”object
get(
memoryScope):ConversationMetadataRecord|undefined
Parameters
Section titled “Parameters”memoryScope
Section titled “memoryScope”string
Returns
Section titled “Returns”ConversationMetadataRecord | undefined
list()
Section titled “list()”list():
ConversationMetadataRecord[]
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