Enum ChunkOverflow
Policy for an INPUT unit larger than the budget. Distinct from 6151 (spec 8.2).
public enum ChunkOverflow
Fields
Split = 0The cascade: fall to the token window. The default.
Truncate = 1Cut to budget and log event 921.
Throw = 2Raise ChunkContextTooLong (6152).