Share via


KernelContent Class

Definition

Base class for all AI non-streaming results

public abstract class KernelContent
type KernelContent = class
Public MustInherit Class KernelContent
Inheritance
KernelContent
Derived

Constructors

KernelContent(Object, String, IReadOnlyDictionary<String,Object>)

Initializes a new instance of the KernelContent class.

Properties

InnerContent

The inner content representation. Use this to bypass the current abstraction.

Metadata

The metadata associated with the content.

ModelId

The model ID used to generate the content.

Applies to