Uses of Interface
com.vaadin.flow.ai.formfiller.services.LLMService
Packages that use LLMService
-
Uses of LLMService in com.vaadin.flow.ai.formfiller
Constructors in com.vaadin.flow.ai.formfiller with parameters of type LLMServiceModifierConstructorDescriptionFormFiller(com.vaadin.flow.component.Component target, LLMService llmService) Creates a FormFiller with empty context instructions and empty context instructions with the given llmService.FormFiller(com.vaadin.flow.component.Component target, Map<com.vaadin.flow.component.Component, String> componentInstructions, List<String> contextInstructions, LLMService llmService) Creates a FormFiller to fill the target component or group of components (layout) and includes additional instructions for the AI module (i.e.: field format, field context, etc...) -
Uses of LLMService in com.vaadin.flow.ai.formfiller.services
Classes in com.vaadin.flow.ai.formfiller.services that implement LLMService