mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 13:49:07 +00:00
Restructuring of the assistant overview: the assistants are now displayed in different categories (#68)
This commit is contained in:
parent
e08687a5ca
commit
1ec86ec1a6
@ -4,9 +4,28 @@
|
|||||||
Assistants
|
Assistants
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
<MudStack Row="@true" Wrap="@Wrap.Wrap">
|
<InnerScrolling HeaderHeight="6em">
|
||||||
<AssistantBlock Name="Icon Finder" Description="Using a LLM to find an icon for a given context." Icon="@Icons.Material.Filled.FindInPage" Link="/assistant/icons"/>
|
|
||||||
<AssistantBlock Name="Text Summarizer" Description="Using a LLM to summarize a given text." Icon="@Icons.Material.Filled.TextSnippet" Link="/assistant/summarizer"/>
|
<MudText Typo="Typo.h4" Class="mb-2 mr-3">
|
||||||
<AssistantBlock Name="Translation" Description="Translate text into another language." Icon="@Icons.Material.Filled.Translate" Link="/assistant/translation"/>
|
General
|
||||||
<AssistantBlock Name="Coding" Description="Get coding and debugging support from a LLM." Icon="@Icons.Material.Filled.Code" Link="/assistant/coding"/>
|
</MudText>
|
||||||
</MudStack>
|
<MudStack Row="@true" Wrap="@Wrap.Wrap" Class="mb-3">
|
||||||
|
<AssistantBlock Name="Text Summarizer" Description="Using a LLM to summarize a given text." Icon="@Icons.Material.Filled.TextSnippet" Link="/assistant/summarizer"/>
|
||||||
|
<AssistantBlock Name="Translation" Description="Translate text into another language." Icon="@Icons.Material.Filled.Translate" Link="/assistant/translation"/>
|
||||||
|
</MudStack>
|
||||||
|
|
||||||
|
<MudText Typo="Typo.h4" Class="mb-2 mr-3 mt-6">
|
||||||
|
Business
|
||||||
|
</MudText>
|
||||||
|
<MudStack Row="@true" Wrap="@Wrap.Wrap" Class="mb-3">
|
||||||
|
<AssistantBlock Name="Icon Finder" Description="Using a LLM to find an icon for a given context." Icon="@Icons.Material.Filled.FindInPage" Link="/assistant/icons"/>
|
||||||
|
</MudStack>
|
||||||
|
|
||||||
|
<MudText Typo="Typo.h4" Class="mb-2 mr-3 mt-6">
|
||||||
|
Software Engineering
|
||||||
|
</MudText>
|
||||||
|
<MudStack Row="@true" Wrap="@Wrap.Wrap" Class="mb-3">
|
||||||
|
<AssistantBlock Name="Coding" Description="Get coding and debugging support from a LLM." Icon="@Icons.Material.Filled.Code" Link="/assistant/coding"/>
|
||||||
|
</MudStack>
|
||||||
|
|
||||||
|
</InnerScrolling>
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.8.7.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# v0.8.7, build 169
|
||||||
|
- Restructuring of the assistant overview: the assistants are now displayed in different categories.
|
Loading…
Reference in New Issue
Block a user