GridMessagesAiSettingsTagHelper
Example
Razor
<ai/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| error | String | Defines the text to be displayed for the output text for a unsuccessful operation. Used primarily for localization. |
| invalid-selection | String | Defines the text to be displayed when an invalid selection is made for AI operations. Used primarily for localization. |
| output-placeholder | String | Defines the text to be displayed for the output placeholder when there are no other outputs available. Used primarily for localization. |
| prompt-placeholder | String | Defines the placeholder text displayed in the AI prompt input field. Used primarily for localization. |
| success | String | Defines the text to be displayed for the output text for a successful operation. Used primarily for localization. |