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 TypeMethodDescriptionFormAIController.describeField(com.vaadin.flow.component.HasValue<?, ?> field, String description) Adds a free-form description that the LLM sees alongside the field when deciding what to fill in.<V> FormAIControllerFormAIController.fieldValueOptions(ValueOptions<V> config) Registers a known set of items for a field.FieldValueChangeEvent.getSource()Returns the controller that produced this event.FormAIController.ignoreField(com.vaadin.flow.component.HasValue<?, ?> field) Hides the given field from the LLM.FormAIController.setFieldMarkerEnabled(boolean fieldMarkerEnabled) Controls whether every field whose value the AI changed during a turn is marked when the turn ends — an "AI" badge with a popover explaining the fill and offering a revert control.FormAIController.setFieldMarkerI18n(FieldMarkerI18n i18n) Sets the texts shown by the AI field marker — the "AI" badge, its tooltip, and the popover with the revert control — replacing the built-in English defaults.FormAIController.setFieldValuesHidden(boolean valuesHidden) Controls whether the current value of every field is sent to the LLM as part of the form state.