Package com.vaadin.uitest.model.chat
Class ChatCompletionMessage
java.lang.Object
com.vaadin.uitest.model.chat.ChatCompletionMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChatCompletionMessage(ChatCompletionMessage.Role role, String content) ChatCompletionMessage(ChatCompletionMessage.Role role, String content, List<Link> links, int index, float score) -
Method Summary
-
Constructor Details
-
ChatCompletionMessage
public ChatCompletionMessage() -
ChatCompletionMessage
-
ChatCompletionMessage
public ChatCompletionMessage(ChatCompletionMessage.Role role, String content, List<Link> links, int index, float score)
-
-
Method Details