trainedContextTokens property
The context length the model was trained for, when the GGUF reports it. Contexts beyond it degrade quality, so planners clamp to it.
Implementation
final int? trainedContextTokens;
The context length the model was trained for, when the GGUF reports it. Contexts beyond it degrade quality, so planners clamp to it.
final int? trainedContextTokens;