EditorAISettingsCommandTagHelper
Example
Razor
<command>
</command>
Attributes
| Attribute | Type | Description |
|---|---|---|
| icon | String | The icon of the command. |
| id | String | The id of the command. |
| prompt | String | The prompt for the command. The function accepts the following arguments: context - The text in the editor. |
| text | String | The text of the command. |