Uses of Class
com.vaadin.flow.component.ai.form.FormAIController
Packages that use FormAIController
-
Uses of FormAIController in com.vaadin.flow.component.ai.form
Methods in com.vaadin.flow.component.ai.form that return FormAIControllerModifier and TypeMethodDescriptionAdds a free-form description that the LLM sees alongside the field when deciding what to fill in.Hides the given field from the LLM.FormAIController.valueOptions(HasValue<?, String> field, Collection<String> options) Declares a fixed set of labels the LLM may pick for aString-typed field.FormAIController.valueOptions(HasValue<?, String> field, BiFunction<String, Integer, List<String>> query) Declares the set of values the LLM may pick for aString-typed field.<T> FormAIControllerFormAIController.valueOptions(HasValue<?, T> field, Collection<String> options, Function<String, T> toValue) Declares a fixed set of labels the LLM may pick for the field.<T> FormAIControllerFormAIController.valueOptions(HasValue<?, T> field, BiFunction<String, Integer, List<String>> query, Function<String, T> toValue) Declares the set of values the LLM may pick for the field.