Package ai.vectros.types
Interface TruncationWarningEvent.TruncatedCountStage
- All Known Implementing Classes:
TruncationWarningEvent.Builder
- Enclosing class:
TruncationWarningEvent
public static interface TruncationWarningEvent.TruncatedCountStage
-
Method Summary
Modifier and TypeMethodDescriptiontruncatedCount(int truncatedCount) How many of the dropped results were cut for context-window budget reasons (lower-scoring overflow). 0 if none were.
-
Method Details
-
truncatedCount
How many of the dropped results were cut for context-window budget reasons (lower-scoring overflow). 0 if none were.
-