Interface for the input parameters of the BaseChatMemory class.

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc