Event BeforeTokenSampling
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