Property Model
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
Model
The underlying language model used by this conversation.
The same LM instance can be shared across conversations. This property is provided for inspection (e.g., capabilities such as HasToolCalls).
public LM Model { get; }