Skip to main content
All docs
V26.1
  • AIChatControl.ContentFormat Property

    Namespace: DevExpress.AIIntegration.Wpf.Chat

    Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll

    Declaration

    public ResponseContentFormat ContentFormat { get; set; }

    Property Value

    Type
    ResponseContentFormat

    Available values:

    Name Description
    Markdown

    An assistant sends the response as Markdown.

    PlainText

    An assistant sends the response as plain text.

    See Also