Uses of Interface
com.microsoft.semantickernel.services.KernelContent
-
-
Uses of KernelContent in com.microsoft.semantickernel.services
Subinterfaces of KernelContent in com.microsoft.semantickernel.services Modifier and Type Interface Description interfaceStreamingKernelContent<T>Base class which represents the content returned by an AI service.Classes in com.microsoft.semantickernel.services that implement KernelContent Modifier and Type Class Description classKernelContentImpl<T>Base class which represents the content returned by an AI service.classStreamingTextContent<T>Base class which represents the content returned by a streaming AI service. -
Uses of KernelContent in com.microsoft.semantickernel.services.chatcompletion
Subinterfaces of KernelContent in com.microsoft.semantickernel.services.chatcompletion Modifier and Type Interface Description interfaceStreamingChatContent<T>Base class which represents the content returned by a chat completion service.Classes in com.microsoft.semantickernel.services.chatcompletion that implement KernelContent 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, ChatMessageContentType contentType)Creates a new instance of theChatMessageContentclass. -
Uses of KernelContent in com.microsoft.semantickernel.services.chatcompletion.message
Classes in com.microsoft.semantickernel.services.chatcompletion.message that implement KernelContent Modifier and Type Class Description classChatMessageImageContent<T>Represents an image content in a chat message.classChatMessageTextContentRepresents the content of a chat message which contains text -
Uses of KernelContent in com.microsoft.semantickernel.services.textcompletion
Classes in com.microsoft.semantickernel.services.textcompletion that implement KernelContent Modifier and Type Class Description classTextContentContent from a text completion service.
-