Interface MemoryChatRetrieverNodeParameters

Source
interface MemoryChatRetrieverNodeParameters {
    simplifyOutput?: boolean;
}

Properties§

Source§

readonly simplifyOutput?: boolean

Whether to simplify the output to only include the sender and the text Default: true