jar

com.vaadin.flow.ai : form-filler-addon

Maven & Gradle

Aug 23, 2023

AI Form Filler Addon · AI Form Filler is a Flow Addon that can automatically fill forms from natural language sources

Table Of Contents

Latest Version

Download com.vaadin.flow.ai : form-filler-addon JAR file - Latest Versions:

All Versions

Download com.vaadin.flow.ai : form-filler-addon JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window form-filler-addon-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.vaadin.flow.ai.formfiller.services

├─ com.vaadin.flow.ai.formfiller.services.ChatGPTChatCompletionService.class - [JAR]

├─ com.vaadin.flow.ai.formfiller.services.ChatGPTService.class - [JAR]

├─ com.vaadin.flow.ai.formfiller.services.FormFillerStats.class - [JAR]

├─ com.vaadin.flow.ai.formfiller.services.LLMService.class - [JAR]

com.vaadin.flow.ai.formfiller

├─ com.vaadin.flow.ai.formfiller.FormFiller.class - [JAR]

├─ com.vaadin.flow.ai.formfiller.FormFillerResult.class - [JAR]

com.vaadin.flow.ai.formfiller.utils

├─ com.vaadin.flow.ai.formfiller.utils.ComponentUtils.class - [JAR]

├─ com.vaadin.flow.ai.formfiller.utils.KeysUtils.class - [JAR]