Uses of Enum Class
com.vaadin.flow.component.ai.common.ConfidenceLevel
Packages that use ConfidenceLevel
-
Uses of ConfidenceLevel in com.vaadin.flow.component.ai.common
Methods in com.vaadin.flow.component.ai.common that return ConfidenceLevelModifier and TypeMethodDescriptionValueSource.confidence()Returns the value of theconfidencerecord component.static ConfidenceLevelReturns the enum constant of this class with the specified name.static ConfidenceLevel[]ConfidenceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.component.ai.common with parameters of type ConfidenceLevelModifierConstructorDescriptionValueSource(ConfidenceLevel confidence, List<SourceExtract> extracts) Creates a new value source. -
Uses of ConfidenceLevel in com.vaadin.flow.component.ai.form
Methods in com.vaadin.flow.component.ai.form with parameters of type ConfidenceLevelModifier and TypeMethodDescriptionFormAIController.describeConfidenceLevel(ConfidenceLevel level, String description) Replaces the meaning the LLM is given for one confidence level, overriding the built-in wording in thefill_formtool description.