Uses of Interface
com.vaadin.uitest.ai.LLMService
Packages that use LLMService
-
Uses of LLMService in com.vaadin.uitest.ai
Methods in com.vaadin.uitest.ai with type parameters of type LLMServiceModifier and TypeMethodDescriptionstatic <T extends LLMService>
TLLMService.ServiceLocator.createService(Class<T> clazz) static <T extends LLMService>
voidstatic <T extends LLMService>
voidLLMService.ServiceLocator.setService(Class<T> clazz, LLMService instance) Methods in com.vaadin.uitest.ai with parameters of type LLMServiceModifier and TypeMethodDescriptionstatic <T extends LLMService>
voidLLMService.ServiceLocator.setService(Class<T> clazz, LLMService instance) -
Uses of LLMService in com.vaadin.uitest.ai.prompts
Constructor parameters in com.vaadin.uitest.ai.prompts with type arguments of type LLMService -
Uses of LLMService in com.vaadin.uitest.generator
Methods in com.vaadin.uitest.generator that return LLMService