Event AfterTextCompletion
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
Fired right after a completion finishes.
Use this event to inspect the full assistant output and optionally request to stop further post-processing by setting Stop.
public event EventHandler<AfterTextCompletionEventArgs> AfterTextCompletion
Returns
- EventHandler<AfterTextCompletionEventArgs>
- Fired right after a completion finishes. Use this event to inspect the full assistant output and optionally request to stop further post-processing by setting .
- Implements