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.FormAIController.ignore(com.vaadin.flow.component.HasValue<?, ?> field) Hides the given field from the LLM.FormAIController.valueOptions(ValueOptions<String> config) Registers options for aString-typed field.<V> FormAIControllerFormAIController.valueOptions(ValueOptions<V> config, Function<String, V> toValue) Registers options for a field paired with an explicit label-to-value converter.