Package ai.vectros.types
Interface TruncationWarningEvent.ReasonStage
- All Known Implementing Classes:
TruncationWarningEvent.Builder
- Enclosing class:
TruncationWarningEvent
public static interface TruncationWarningEvent.ReasonStage
-
Method Summary
Modifier and TypeMethodDescriptionreason(@NotNull TruncationWarningEventReason reason) A single human-readable summary of why results were dropped:context_window_budget(only the budget reason applied),no_groundable_content(only the no-content reason applied), orcontext_window_budget_and_no_content(both applied).
-
Method Details
-
reason
A single human-readable summary of why results were dropped:
context_window_budget(only the budget reason applied),no_groundable_content(only the no-content reason applied), orcontext_window_budget_and_no_content(both applied). A caller wanting exact attribution should readtruncatedCount/noContentCountdirectly rather than parse this field.
-