Uses of Class
com.microsoft.semantickernel.services.chatcompletion.ChatHistory
-
Packages that use ChatHistory Package Description com.microsoft.semantickernel.services.chatcompletion -
-
Uses of ChatHistory in com.microsoft.semantickernel.services.chatcompletion
Methods in com.microsoft.semantickernel.services.chatcompletion with parameters of type ChatHistory Modifier and Type Method Description voidChatHistory. addAll(ChatHistory value)Add all messages from the given chat history to this chat historyreactor.core.publisher.Mono<List<ChatMessageContent<?>>>ChatCompletionService. getChatMessageContentsAsync(ChatHistory chatHistory, Kernel kernel, InvocationContext invocationContext)Gets the chat message contents asynchronously usingChatHistoryto support a turn-based conversation.
-