Enum ChatMemoryVerdict
What the memory gate decided.
public enum ChatMemoryVerdict
Fields
Allowed = 0The requested context fits.
AllowedReduced = 1A shorter context fits; ContextTokens is the rung that did.
RefusedInsufficientMemory = 2Not even MinContextTokens fits.
RefusedDeviceTooSmall = 3Total RAM is below the floor for this preset.
SkippedUnknown = 4The platform reported nothing usable and the gate was skipped.