Enum SpeculativeMethod
- Namespace
- AiDotNet.Configuration
- Assembly
- AiDotNet.dll
Selects the speculative decoding method.
public enum SpeculativeMethod
Fields
Auto = 0Automatically select the best available method (defaults to ClassicDraftModel today).
ClassicDraftModel = 1Classic draft-model speculative decoding (standard).
Eagle = 3EAGLE-style enhanced draft proposals (hook for future internal implementation).
Medusa = 2Medusa-style multi-head proposals (hook for future internal implementation).