Table of Contents

Enum ChatMemoryVerdict

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

What the memory gate decided.

public enum ChatMemoryVerdict

Fields

Allowed = 0

The requested context fits.

AllowedReduced = 1

A shorter context fits; ContextTokens is the rung that did.

RefusedInsufficientMemory = 2

Not even MinContextTokens fits.

RefusedDeviceTooSmall = 3

Total RAM is below the floor for this preset.

SkippedUnknown = 4

The platform reported nothing usable and the gate was skipped.