Uses of Record Class
com.vaadin.flow.component.ai.common.ValueSource
Packages that use ValueSource
-
Uses of ValueSource in com.vaadin.flow.component.ai.form
Methods in com.vaadin.flow.component.ai.form that return types with arguments of type ValueSourceModifier and TypeMethodDescriptionFieldValueChangeEvent.getFieldSource()Returns the source data the LLM reported for the value it wrote to this field: the snippets it read and how sure it was.FormAIController.getFieldSource(HasValue<?, ?> field) Returns the source the LLM reported for the value the field currently holds.Methods in com.vaadin.flow.component.ai.form with parameters of type ValueSourceModifier and TypeMethodDescriptionvoidFormAIController.restoreFieldSource(HasValue<?, ?> field, ValueSource source) Attaches a previously stored source to the field, so an application that persisted the data (seeFieldValueChangeEvent.getFieldSource()) can show it again after a reload without the original chat session.