Interface MemoryXataNodeParameters

Source
interface MemoryXataNodeParameters {
    contextWindowLength?: number;
    sessionId?: string;
    sessionIdType?: "fromInput" | "customKey";
    sessionKey?: string;
}

Properties§

§readonly contextWindowLength?: number

Default: 5

§readonly sessionId?: string
§readonly sessionIdType?: "fromInput" | "customKey"

Default: "fromInput"

§readonly sessionKey?: string

The key to use to store session ID in the memory