Interface for the input parameters of the BaseChatMemory class.

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc