AIChatControl.ContentFormat Property
Namespace: DevExpress.AIIntegration.Wpf.Chat
Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll
Declaration
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