ConversationStringBufferMemory()A basic memory implementation that simply stores the conversation history.
This stores the entire conversation history in memory without any additional processing.
Equivalent to ConversationBufferMemory but tailored more specifically for string-based conversations rather than chat models.
Note that additional processing may be required in some situations when the conversation history is too large to fit in the context window of the model.
Prefix to use for AI generated responses.
Will always return list of memory variables.
Validate that return messages is not True.
Return history buffer.
Return history buffer.
Save context from this conversation to buffer.
Save context from this conversation to buffer.
Clear memory contents.