Table of Contents

Enum ChunkOverflow

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

Policy for an INPUT unit larger than the budget. Distinct from 6151 (spec 8.2).

public enum ChunkOverflow

Fields

Split = 0

The cascade: fall to the token window. The default.

Truncate = 1

Cut to budget and log event 921.

Throw = 2

Raise ChunkContextTooLong (6152).