Table of Contents

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

SegmentType

Indicates the kind of segment associated with Text. Use to decide how to render, log, or act on the segment (see TextSegmentType).

Stop

A flag indicating whether the text completion process should be terminated prematurely.

Text

Gets the last text segment produced by the completion process.