Uses of Class
ai.vectros.types.TruncationWarningEventReason
Packages that use TruncationWarningEventReason
-
Uses of TruncationWarningEventReason in ai.vectros.types
Fields in ai.vectros.types declared as TruncationWarningEventReasonModifier and TypeFieldDescriptionstatic final TruncationWarningEventReasonTruncationWarningEventReason.CONTEXT_WINDOW_BUDGETstatic final TruncationWarningEventReasonTruncationWarningEventReason.CONTEXT_WINDOW_BUDGET_AND_NO_CONTENTstatic final TruncationWarningEventReasonTruncationWarningEventReason.NO_GROUNDABLE_CONTENTMethods in ai.vectros.types that return TruncationWarningEventReasonModifier and TypeMethodDescriptionTruncationWarningEvent.getReason()static TruncationWarningEventReasonMethods in ai.vectros.types with parameters of type TruncationWarningEventReasonModifier and TypeMethodDescriptionTruncationWarningEvent.Builder.reason(@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).TruncationWarningEvent.ReasonStage.reason(@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).