Table of Contents

Event BeforeTokenSampling

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

Event triggered just before the generation of a token. Allows for precise adjustments to the token sampling process via BeforeTokenSamplingEventArgs.

event EventHandler<BeforeTokenSamplingEventArgs> BeforeTokenSampling

Returns

EventHandler<BeforeTokenSamplingEventArgs>
Event triggered just before the generation of a token. Allows for precise adjustments to the token sampling process via .