Interface TruncationWarningEvent.TruncatedCountStage

All Known Implementing Classes:
TruncationWarningEvent.Builder
Enclosing class:
TruncationWarningEvent

public static interface TruncationWarningEvent.TruncatedCountStage
  • Method Summary

    Modifier and Type
    Method
    Description
    truncatedCount(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

      TruncationWarningEvent.NoContentCountStage truncatedCount(int truncatedCount)

      How many of the dropped results were cut for context-window budget reasons (lower-scoring overflow). 0 if none were.