Event AfterTokenSampling
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
Triggered just after the generation of a token. Allows modifications to the token selection process via AfterTokenSamplingEventArgs.
public event EventHandler<AfterTokenSamplingEventArgs> AfterTokenSampling
Returns
- EventHandler<AfterTokenSamplingEventArgs>
- Triggered just after the generation of a token. Allows modifications to the token selection process via .
- Implements