Fixed formatting & unused imports

This commit is contained in:
Thorsten Sommer 2025-05-24 18:17:07 +02:00
parent 33dd76fbda
commit 492858a3cb
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -1,11 +1,8 @@
@using AIStudio.Chat @using AIStudio.Chat
@using MudBlazor.Extensions
@inherits MSGComponentBase @inherits MSGComponentBase
@inject ISnackbar Snackbar
<MudDialog> <MudDialog>
<DialogContent> <DialogContent>
<MudJustifiedText Class="mb-3" Typo="Typo.body1"> <MudJustifiedText Class="mb-3" Typo="Typo.body1">
@T("Create your custom chat template to tailor the LLM's behavior for specific tasks or domains. Define a custom system prompt and provide an example conversation to design an AI experience perfectly suited to your requirements.") @T("Create your custom chat template to tailor the LLM's behavior for specific tasks or domains. Define a custom system prompt and provide an example conversation to design an AI experience perfectly suited to your requirements.")
</MudJustifiedText> </MudJustifiedText>