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/Assistants.razor
+25-6Lines changed: 25 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,28 @@
4
4
Assistants
5
5
</MudText>
6
6
7
-
<MudStackRow="@true"Wrap="@Wrap.Wrap">
8
-
<AssistantBlockName="Icon Finder"Description="Using a LLM to find an icon for a given context."Icon="@Icons.Material.Filled.FindInPage"Link="/assistant/icons"/>
9
-
<AssistantBlockName="Text Summarizer"Description="Using a LLM to summarize a given text."Icon="@Icons.Material.Filled.TextSnippet"Link="/assistant/summarizer"/>
10
-
<AssistantBlockName="Translation"Description="Translate text into another language."Icon="@Icons.Material.Filled.Translate"Link="/assistant/translation"/>
11
-
<AssistantBlockName="Coding"Description="Get coding and debugging support from a LLM."Icon="@Icons.Material.Filled.Code"Link="/assistant/coding"/>
<AssistantBlockName="Text Summarizer"Description="Using a LLM to summarize a given text."Icon="@Icons.Material.Filled.TextSnippet"Link="/assistant/summarizer"/>
14
+
<AssistantBlockName="Translation"Description="Translate text into another language."Icon="@Icons.Material.Filled.Translate"Link="/assistant/translation"/>
<AssistantBlockName="Icon Finder"Description="Using a LLM to find an icon for a given context."Icon="@Icons.Material.Filled.FindInPage"Link="/assistant/icons"/>
0 commit comments