AI-Studio/app/MindWork AI Studio/Components/HalluzinationReminder.razor
Peer Schütt 078d48ca6f
Added a LLM halluzination reminder (#694)
Co-authored-by: Thorsten Sommer <SommerEngineering@users.noreply.github.com>
2026-03-14 10:54:52 +01:00

6 lines
164 B
Plaintext

<MudElement Class="@($"{this.ContainerClass} d-flex align-center")">
<MudText Typo="Typo.caption" Class="mb-0">
@this.Text
</MudText>
</MudElement>