interface MemoryRedisChatNodeParameters {
contextWindowLength?: number;
sessionIdType?: "fromInput" | "customKey";
sessionKey?: string;
sessionTTL?: number;
}
Properties§
§
§
§
§
readonly context Window Length?: number
readonly session Id Type?: "fromInput" | "customKey"
Default: "fromInput"
readonly session Key?: string
The key to use to store the memory in the workflow data Default: "chat_history"
readonly session TTL?: number
For how long the session should be stored in seconds. If set to 0 it will not expire.
Default: 5