Property PreviousContent
- Namespace
- LMKit.TextGeneration.Chat
- Assembly
- LM-Kit.NET.dll
PreviousContent
Gets a read-only list of previous versions of the message content.
public IReadOnlyList<ChatHistory.Message> PreviousContent { get; }
Property Value
Remarks
An entry is added to this list each time the message is regenerated using the RegenerateResponse method. This allows for tracking changes and reverting to earlier versions if necessary.