Uses of Class
com.vaadin.uitest.model.chat.ChatCompletionMessage
Packages that use ChatCompletionMessage
-
Uses of ChatCompletionMessage in com.vaadin.uitest.ai.services.assistant
Method parameters in com.vaadin.uitest.ai.services.assistant with type arguments of type ChatCompletionMessageModifier and TypeMethodDescriptionAssistantService.generateCompletionString(List<ChatCompletionMessage> history) AssistantService.generateCompletionStringForAssistant(List<ChatCompletionMessage> messages) AssistantService.getCompletionStream(List<ChatCompletionMessage> history, String sessionId) Calls the OpenAI chat completion API.AssistantService.getCompletionString(List<ChatCompletionMessage> history) Calls the OpenAI chat completion API synchronously.