Interface MongoDBChatMessageHistoryInput

interface MongoDBChatMessageHistoryInput {
    collection: Collection<Document>;
    sessionId: string;
}

Properties

collection: Collection<Document>
sessionId: string

Generated using TypeDoc