Event AfterTokenSampling
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
This event is triggered just after the generation of a token. The provided AfterTokenSamplingEventArgs argument enables detailed modifications to the token selection process.
public event EventHandler<AfterTokenSamplingEventArgs> AfterTokenSampling
Returns
- EventHandler<AfterTokenSamplingEventArgs>
- This event is triggered just after the generation of a token. The provided AfterTokenSamplingEventArgs argument enables detailed modifications to the token selection process.
- Implements