Back to Devexpress

DxAIChat Properties

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-dxaichat-dot-underscore-properties.md

latest4.0 KB
Original Source

DxAIChat Properties

An AI-powered chat component.

NameDescription
AIChatSettingsAllows access to AI Chat settings.
AllowResizeInputSpecifies whether users can resize the AI chat input box.
ChatClientServiceKeyAssociates the chat component with the specific chat client service.
CssClassAssigns a CSS class to the DxAIChat component.
EmptyMessageAreaTemplateSpecifies the template used to display the message area if there are no message bubbles.
FileUploadEnabledSpecifies whether users can attach files to messages.
FrequencyPenaltySpecifies how the model penalizes new tokens based on their frequency in the text.
FunctionCallInfoContentTemplateSpecifies a template used to display function call details appended to a message when the IncludeFunctionCallInfo property is enabled.
HeaderTextSpecifies the text displayed in the AI Chat header.
IncludeFunctionCallInfoSpecifies whether the AI Chat displays basic details about an invoked function.
MaxTokensLimits the maximum number of tokens to generate in a single call to a GPT model.
MessageContentTemplateSpecifies a template used to display message bubble content.
MessageTemplateSpecifies the template used to display chat messages.
PromptSuggestionContentTemplateSpecifies a template for prompt suggestion content.
PromptSuggestionsSpecifies the collection of prompt suggestions (hint bubbles).
ResourceItemTemplateSpecifies a template for an AI resource entry in the resource picker popup.
ResourcesSpecifies AI Chat resources that a user can reference during a chat session.
ResponseContentFormatSpecifies the format of response content.
ShowHeaderSpecifies whether the AI Chat displays the header.
SizeModeSpecifies the size of the component and its content.
TemperatureSpecifies the response text randomness.
UseStreamingSpecifies whether a response should be sent as a stream.

See Also

DxAIChat Class

DxAIChat Members

DevExpress.AIIntegration.Blazor.Chat Namespace