Property ChatHistory
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
ChatHistory
The full chat history of this conversation (system, user, assistant, and tool messages).
The runtime appends messages as you call Submit(string, CancellationToken) and related methods. You can snapshot/clone and reuse histories across conversations via the MultiTurnConversation(LM, ChatHistory, int, ITextGenerationSettings) constructor.
public ChatHistory ChatHistory { get; }