Table of Contents

Event AfterTokenSampling

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

Event triggered just after the generation of a token. Enables detailed modifications to be made to the token selection process via AfterTokenSamplingEventArgs.

event EventHandler<AfterTokenSamplingEventArgs> AfterTokenSampling

Returns

EventHandler<AfterTokenSamplingEventArgs>
Event triggered just after the generation of a token. Enables detailed modifications to be made to the token selection process via .