We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a129840 commit e71cb5bCopy full SHA for e71cb5b
components/aiprompt/overview.md
@@ -44,7 +44,7 @@ The component allows you to interact with the output from the AI and execute a s
44
45
private List<AIPromptCommandDescriptor> PromptCommands { get; set; } = new List<AIPromptCommandDescriptor>()
46
{
47
- new AIPromptCommandDescriptor() { Id = "1", Title = "Correct spelling and grammar", Icon = FontIcon.SpellChecker },
+ new AIPromptCommandDescriptor() { Id = "1", Title = "Correct spelling and grammar", Icon = SvgIcon.SpellChecker },
48
new AIPromptCommandDescriptor() { Id = "2", Title = "Change Tone", Icon = SvgIcon.TellAFriend,
49
Children = new List<AIPromptCommandDescriptor>
50
0 commit comments