Uses of Class
com.microsoft.semantickernel.services.KernelContentImpl
-
-
Uses of KernelContentImpl in com.microsoft.semantickernel.services
Subclasses of KernelContentImpl in com.microsoft.semantickernel.services Modifier and Type Class Description classStreamingTextContent<T>Base class which represents the content returned by a streaming AI service. -
Uses of KernelContentImpl in com.microsoft.semantickernel.services.chatcompletion
Subclasses of KernelContentImpl in com.microsoft.semantickernel.services.chatcompletion Modifier and Type Class Description classChatMessageContent<T>Represents the content of a chat message -
Uses of KernelContentImpl in com.microsoft.semantickernel.services.chatcompletion.message
Subclasses of KernelContentImpl in com.microsoft.semantickernel.services.chatcompletion.message 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 KernelContentImpl in com.microsoft.semantickernel.services.textcompletion
Subclasses of KernelContentImpl in com.microsoft.semantickernel.services.textcompletion Modifier and Type Class Description classTextContentContent from a text completion service.
-