Table of Contents

Event BeforeTokenSampling

Namespace
LMKit.Agents
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.

public 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 .
Implements