langchain.js
    Preparing search index...

    Interface for the input parameters of the BaseChatMemory class.

    interface BaseChatMemoryInput {
        chatHistory?: any;
        inputKey?: string;
        outputKey?: string;
        returnMessages?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chatHistory?: any
    inputKey?: string
    outputKey?: string
    returnMessages?: boolean