You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/MindWork AI Studio/Components/Pages/About.razor
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@
49
49
<ThirdPartyComponentName="flexi_logger"Developer="emabee & Open Source Community"LicenseName="MIT & Apache-2.0"LicenseUrl="https://github.com/emabee/flexi_logger"RepositoryUrl="https://github.com/emabee/flexi_logger"UseCase="This Rust library is used to output the app's messages to the terminal. This is helpful during development and troubleshooting. This feature is initially invisible; when the app is started via the terminal, the messages become visible."/>
50
50
<ThirdPartyComponentName="HtmlAgilityPack"Developer="ZZZ Projects & Open Source Community"LicenseName="MIT"LicenseUrl="https://github.com/zzzprojects/html-agility-pack/blob/master/LICENSE"RepositoryUrl="https://github.com/zzzprojects/html-agility-pack"UseCase="We use the HtmlAgilityPack to extract content from the web. This is necessary, e.g., when you provide a URL as input for an assistant."/>
51
51
<ThirdPartyComponentName="ReverseMarkdown"Developer="Babu Annamalai & Open Source Community"LicenseName="MIT"LicenseUrl="https://github.com/mysticmind/reversemarkdown-net/blob/master/LICENSE"RepositoryUrl="https://github.com/mysticmind/reversemarkdown-net"UseCase="This library is used to convert HTML to Markdown. This is necessary, e.g., when you provide a URL as input for an assistant."/>
52
+
<ThirdPartyComponentName="wikEd diff"Developer="Cacycle & Open Source Community"LicenseName="None (public domain)"LicenseUrl="https://en.wikipedia.org/wiki/User:Cacycle/diff#License"RepositoryUrl="https://en.wikipedia.org/wiki/User:Cacycle/diff"UseCase="This library is used to display the differences between two texts. This is necessary, e.g., for the grammar and spelling assistant."/>
<AssistantBlockName="Text Summarizer"Description="Using a LLM to summarize a given text."Icon="@Icons.Material.Filled.TextSnippet"Link="/assistant/summarizer"/>
14
14
<AssistantBlockName="Translation"Description="Translate text into another language."Icon="@Icons.Material.Filled.Translate"Link="/assistant/translation"/>
15
+
<AssistantBlockName="Grammar & Spelling"Description="Check grammar and spelling of a given text."Icon="@Icons.Material.Filled.Edit"Link="/assistant/grammar-spelling"/>
15
16
</MudStack>
16
17
17
18
<MudTextTypo="Typo.h4"Class="mb-2 mr-3 mt-6">
Collapse file: app/MindWork AI Studio/Components/Pages/GrammarSpelling/AssistantGrammarSpelling.razor
<MudTextFieldT="string"@bind-Text="@this.inputText"Validation="@this.ValidateText"AdornmentIcon="@Icons.Material.Filled.DocumentScanner"Adornment="Adornment.Start"Label="Your input to check"Variant="Variant.Outlined"Lines="6"AutoGrow="@true"MaxLines="12"Class="mb-3"UserAttributes="@USER_INPUT_ATTRIBUTES"/>
0 commit comments