⚠️ Deprecated ⚠️

Install and import from the "@langchain/mongodb" integration package instead.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

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

Properties

collection: Collection<Document>
sessionId: string

Generated using TypeDoc