langchain.js
    Preparing search index...

    Type for the input to the FileSystemChatMessageHistory constructor.

    interface FileSystemChatMessageHistoryInput {
        filePath?: string;
        sessionId: string;
        userId?: string;
    }
    Index

    Properties

    filePath?: string
    sessionId: string
    userId?: string