Uses of Class
com.microsoft.semantickernel.chatcompletion.ChatHistory.Message
-
Packages that use ChatHistory.Message Package Description com.microsoft.semantickernel.chatcompletion -
-
Uses of ChatHistory.Message in com.microsoft.semantickernel.chatcompletion
Methods in com.microsoft.semantickernel.chatcompletion that return types with arguments of type ChatHistory.Message Modifier and Type Method Description Optional<ChatHistory.Message>ChatHistory. getLastMessage()Get last messageList<ChatHistory.Message>ChatHistory. getMessages()Get the chat history
-