Skip to main content
All docs
V25.2
  • IAIChatMessageContextItem.Type Property

    Specifies the AI Chat resource media type.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

    Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Blazor.Chat

    Declaration

    string Type { get; }

    Property Value

    Type Description
    String

    A two-part identifier for the resource content format.

    Remarks

    Refer to the MimeType property description for more information and an example.

    See Also