Uses of Interface
com.microsoft.semantickernel.services.chatcompletion.StreamingChatContent
-
Packages that use StreamingChatContent Package Description com.microsoft.semantickernel.services.chatcompletion -
-
Uses of StreamingChatContent in com.microsoft.semantickernel.services.chatcompletion
Methods in com.microsoft.semantickernel.services.chatcompletion that return types with arguments of type StreamingChatContent Modifier and Type Method Description reactor.core.publisher.Flux<StreamingChatContent<?>>ChatCompletionService. getStreamingChatMessageContentsAsync(ChatHistory chatHistory, Kernel kernel, InvocationContext invocationContext)Gets the chat message contents asynchronously usingChatHistoryto support a turn-based conversation.reactor.core.publisher.Flux<StreamingChatContent<?>>ChatCompletionService. getStreamingChatMessageContentsAsync(String prompt, Kernel kernel, InvocationContext invocationContext)Gets the chat message contents asynchronously using a prompt.
-