Property KeepLast
- Namespace
- LMKit.TextGeneration.Events
- Assembly
- LM-Kit.NET.dll
KeepLast
Gets or sets a value indicating whether the last generated token should be included in the response
when the text completion process is terminated prematurely.
This property is relevant only if Stop is set to true
.
The default value is false
.
public bool KeepLast { get; set; }