Class AfterTextCompletionEventArgs
- Namespace
- LMKit.TextGeneration.Events
- Assembly
- LM-Kit.NET.dll
Provides details for the event that occurs after a text completion operation.
public sealed class AfterTextCompletionEventArgs : EventArgs
- Inheritance
-
AfterTextCompletionEventArgs
- Inherited Members
Fields
- Stop
A flag indicating whether the text completion process should be terminated prematurely.
- Text
Gets the last text segment produced by the completion process.