interface MemoryPostgresChatNodeParameters {
contextWindowLength?: number;
sessionIdType?: "fromInput" | "customKey";
sessionKey?: string;
tableName?: string;
}Properties§
§§§
readonly context Window Length?: number§
readonly session Id Type?: "fromInput" | "customKey"Default: "fromInput"
readonly session Key?: stringDefault: "={{ $json.sessionId }}"
readonly table Name?: stringThe table name to store the chat history in. If table does not exist, it will be created. Default: "n8n_chat_histories"
Default: 5