Method that loads the memory variables. It gets the chat messages and returns them as a string or an array based on the returnMessages flag.
loadMemoryVariables(_values: InputValues): Promise<MemoryVariables>| Name | Type | Description |
|---|---|---|
_values* | InputValues | The input values. |