EditorAIInlineAIPromptSettingsTagHelper
Example
Razor
<inline-ai-prompt>
<inline-ai-prompt-commands></inline-ai-prompt-commands>
</inline-ai-prompt>
ChildTags
| Tag Name | Details |
|---|---|
| inline-ai-prompt-commands | EditorAISettingsCommandsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| enabled | Boolean | Enables or disables the configuration. |
| system-prompt | String | Defines the system prompt for the AI tool. The function accepts the following arguments: context - The selected text in the editor. or prompt - The user prompt.. |