Table of Contents

Event AfterTextCompletion

Namespace
LMKit.TextGeneration
Assembly
LM-Kit.NET.dll

Event triggered following the execution of a text completion. Use to inspect the final assistant output and optionally influence post-processing.

event EventHandler<AfterTextCompletionEventArgs> AfterTextCompletion

Returns

EventHandler<AfterTextCompletionEventArgs>
Event triggered following the execution of a text completion. Use to inspect the final assistant output and optionally influence post-processing.