Interface TruncationWarningEvent.ResultsUsedStage

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

public static interface TruncationWarningEvent.ResultsUsedStage
  • Method Summary

    Modifier and Type
    Method
    Description
    resultsUsed(int resultsUsed)
    The number of results actually included in the prompt — resultsRequested minus truncatedCount minus noContentCount.
  • Method Details