Event BeforeTokenSampling
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
Triggered just before the generation of a token. Allows precise adjustments to the token sampling process via BeforeTokenSamplingEventArgs.
public event EventHandler<BeforeTokenSamplingEventArgs> BeforeTokenSampling
Returns
- EventHandler<BeforeTokenSamplingEventArgs>
- Triggered just before the generation of a token. Allows precise adjustments to the token sampling process via .
- Implements