Skip to Content
SdkReactInternalInterfacesStoredConversation

StoredConversation

Defined in: src/lib/db/chat/types.ts:126 

Properties

conversationId

conversationId: string

Defined in: src/lib/db/chat/types.ts:128 


createdAt

createdAt: Date

Defined in: src/lib/db/chat/types.ts:132 


isDeleted

isDeleted: boolean

Defined in: src/lib/db/chat/types.ts:134 


projectId?

optional projectId: string

Defined in: src/lib/db/chat/types.ts:131 

Optional project ID this conversation belongs to


title

title: string

Defined in: src/lib/db/chat/types.ts:129 


uniqueId

uniqueId: string

Defined in: src/lib/db/chat/types.ts:127 


updatedAt

updatedAt: Date

Defined in: src/lib/db/chat/types.ts:133 

Last updated on