Interface FirestoreDBChatMessageHistory
Hierarchy
FirestoreDBChatMessageHistory
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:9
Properties
collectionName
collectionName : string
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:10
sessionId
sessionId : string
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:11
userId
userId : string
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:12
Optional
appIdx
appIdx ?: number
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:13
Optional
config
config ?: AppOptions
Defined in libs/langchain-community/dist/stores/message/firestore.d.ts:14
Interface for FirestoreDBChatMessageHistory. It includes the collection name, session ID, user ID, and optionally, the app index and configuration for the Firebase app.