Uses of Class
com.microsoft.semantickernel.services.textcompletion.TextContent
-
Packages that use TextContent Package Description com.microsoft.semantickernel.contextvariables.converters com.microsoft.semantickernel.services.textcompletion -
-
Uses of TextContent in com.microsoft.semantickernel.contextvariables.converters
Methods in com.microsoft.semantickernel.contextvariables.converters with parameters of type TextContent Modifier and Type Method Description static StringTextContentVariableContextVariableTypeConverter. escapeXmlStringValue(TextContent value) -
Uses of TextContent in com.microsoft.semantickernel.services.textcompletion
Methods in com.microsoft.semantickernel.services.textcompletion that return types with arguments of type TextContent Modifier and Type Method Description reactor.core.publisher.Mono<List<TextContent>>TextGenerationService. getTextContentsAsync(String prompt, PromptExecutionSettings executionSettings, Kernel kernel)Creates a completion for the prompt and settings.Constructors in com.microsoft.semantickernel.services.textcompletion with parameters of type TextContent Constructor Description StreamingTextContent(TextContent content)Initializes a new instance of theStreamingTextContentclass with a provided text content.
-