AIChatControl.ContentFormat Property
Namespace: DevExpress.AIIntegration.WinForms.Chat
Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll
Declaration
[DefaultValue(ResponseContentFormat.PlainText)]
public ResponseContentFormat ContentFormat { get; set; }
Property Value
| Type | Default |
|---|---|
| ResponseContentFormat | PlainText |
Available values:
| Name | Description |
|---|---|
| Markdown | An assistant sends the response as Markdown. |
| PlainText | An assistant sends the response as plain text. |
See Also