Class AiVectorDBGeneratorService

java.lang.Object
com.vaadin.uitest.ai.services.AiVectorDBGeneratorService
All Implemented Interfaces:
com.vaadin.uitest.ai.LLMService

public class AiVectorDBGeneratorService extends Object implements com.vaadin.uitest.ai.LLMService
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.vaadin.uitest.ai.LLMService

    com.vaadin.uitest.ai.LLMService.ServiceLocator
  • Field Summary

    Fields inherited from interface com.vaadin.uitest.ai.LLMService

    GENERATE_HEADING_PLAYWRIGHT_JAVA, GENERATE_HEADING_PLAYWRIGHT_REACT, GENERATE_IMPORTS, GENERATE_IMPORTS_PLAYWRIGHT_JAVA, GENERATE_IMPORTS_PLAYWRIGHT_REACT, GENERATE_LOGIN_PLAYWRIGHT_JAVA, GENERATE_LOGIN_PLAYWRIGHT_REACT, GENERATE_SNIPPETS, PARSER_ASSISTANT_QUESTION, PARSER_SYSTEM_MSG_FLOW, PARSER_SYSTEM_MSG_LIT, PARSER_SYSTEM_MSG_REACT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getPromptTemplate(com.vaadin.uitest.ai.AiArguments aiArguments)
     
    requestAI(com.vaadin.uitest.ai.AiArguments aiArguments)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.uitest.ai.LLMService

    getChatAssistantSystemMessage, getGeneratedResponse, getGeneratedResponse, getImports, getMaxTokens, getTemperature, prompts
  • Constructor Details

    • AiVectorDBGeneratorService

      public AiVectorDBGeneratorService()
  • Method Details

    • getPromptTemplate

      public String getPromptTemplate(com.vaadin.uitest.ai.AiArguments aiArguments)
      Specified by:
      getPromptTemplate in interface com.vaadin.uitest.ai.LLMService
    • requestAI

      public String requestAI(com.vaadin.uitest.ai.AiArguments aiArguments)
      Specified by:
      requestAI in interface com.vaadin.uitest.ai.LLMService
    • getModel

      public String getModel()
      Specified by:
      getModel in interface com.vaadin.uitest.ai.LLMService