Uses of Class
com.microsoft.semantickernel.services.KernelContent
-
Packages that use KernelContent Package Description com.microsoft.semantickernel.services com.microsoft.semantickernel.services.chatcompletion com.microsoft.semantickernel.services.textcompletion -
-
Uses of KernelContent in com.microsoft.semantickernel.services
Subclasses of KernelContent in com.microsoft.semantickernel.services Modifier and Type Class Description classStreamingKernelContent<T>Base class which represents the content returned by a streaming AI service. -
Uses of KernelContent in com.microsoft.semantickernel.services.chatcompletion
Subclasses of KernelContent in com.microsoft.semantickernel.services.chatcompletion Modifier and Type Class Description classChatMessageContent<T>Represents the content of a chat messageMethods in com.microsoft.semantickernel.services.chatcompletion that return types with arguments of type KernelContent Modifier and Type Method Description List<KernelContent<T>>ChatMessageContent. getItems()Gets theKernelContentitems that comprise the content.Constructor parameters in com.microsoft.semantickernel.services.chatcompletion with type arguments of type KernelContent Constructor Description ChatMessageContent(AuthorRole authorRole, List<KernelContent<T>> items, String modelId, T innerContent, Charset encoding, FunctionResultMetadata metadata)Creates a new instance of theChatMessageContentclass. -
Uses of KernelContent in com.microsoft.semantickernel.services.textcompletion
Subclasses of KernelContent in com.microsoft.semantickernel.services.textcompletion Modifier and Type Class Description classStreamingTextContentStreamingTextContent is a wrapper for TextContent that allows for streaming.classTextContentContent from a text completion service.
-