Uses of Class
com.microsoft.semantickernel.services.textcompletion.StreamingTextContent
-
Packages that use StreamingTextContent Package Description com.microsoft.semantickernel.services.textcompletion -
-
Uses of StreamingTextContent in com.microsoft.semantickernel.services.textcompletion
Methods in com.microsoft.semantickernel.services.textcompletion that return types with arguments of type StreamingTextContent Modifier and Type Method Description reactor.core.publisher.Flux<StreamingTextContent>TextGenerationService. getStreamingTextContentsAsync(String prompt, PromptExecutionSettings executionSettings, Kernel kernel)Get streaming results for the prompt using the specified execution settings.
-