Back to Devexpress

ResponseContentFormat Enum

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-a37c4df4.md

latest969 B
Original Source

ResponseContentFormat Enum

Lists values that specify how an assistant formats the response.

Namespace : DevExpress.AIIntegration.Blazor.Chat

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

NuGet Package : DevExpress.AIIntegration.Blazor.Chat

Declaration

csharp
public enum ResponseContentFormat

Members

NameDescription
Markdown

An assistant sends the response as Markdown.

| | PlainText |

An assistant sends the response as plain text.

|

The following properties accept/return ResponseContentFormat values:

See Also

DevExpress.AIIntegration.Blazor.Chat Namespace