Removed system prompt validation

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

View File

@ -39,7 +39,6 @@
<MudTextField <MudTextField
T="string" T="string"
@bind-Text="@this.DataSystemPrompt" @bind-Text="@this.DataSystemPrompt"
Validation="@this.ValidateSystemPrompt"
AdornmentIcon="@Icons.Material.Filled.ListAlt" AdornmentIcon="@Icons.Material.Filled.ListAlt"
Adornment="Adornment.Start" Adornment="Adornment.Start"
Immediate="@true" Immediate="@true"