FromLastNMessages
A strategy for compressing history by retaining only the last n messages in a session.
This class removes all but the last n messages from the current prompt history and then compresses the retained messages into a summary (TL;DR). It also allows integration of specific memory messages back into the prompt if needed.
Parameters
n
The number of most recent messages to retain during compression.