Uses of Enum Class
ai.doctruth.OverBudgetPolicy
Packages that use OverBudgetPolicy
-
Uses of OverBudgetPolicy in ai.doctruth
Subclasses with type arguments of type OverBudgetPolicy in ai.doctruthModifier and TypeClassDescriptionenumWhat aPriorityTruncatestrategy does when the priority sections alone exceed the configuredmaxCharsbudget.Methods in ai.doctruth that return OverBudgetPolicyModifier and TypeMethodDescriptionPriorityTruncate.onOverBudget()Returns the value of theonOverBudgetrecord component.static OverBudgetPolicyReturns the enum constant of this class with the specified name.static OverBudgetPolicy[]OverBudgetPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.doctruth with parameters of type OverBudgetPolicyModifierConstructorDescriptionPriorityTruncate(List<String> prioritySectionPatterns, int maxChars, OverBudgetPolicy onOverBudget) Creates an instance of aPriorityTruncaterecord class.