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 TypeMethodDescription<T> FormAIControllerFormAIController.allowedValues(com.vaadin.flow.component.HasValue<?, T> field, List<? extends T> values) Restricts the field's accepted values to the given list.Adds a free-form description that the LLM sees alongside the field when deciding what to fill in.FormAIController.ignore(com.vaadin.flow.component.HasValue<?, ?> field) Hides the given field from the LLM.