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.FormAIController.ignoreField(com.vaadin.flow.component.HasValue<?, ?> field) Hides the given field from the LLM.FormAIController.setFieldValuesHidden(boolean valuesHidden) Controls whether the current value of every field is sent to the LLM as part of the form state.