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
T="string"
@bind-Text="@this.DataSystemPrompt"
Validation="@this.ValidateSystemPrompt"
AdornmentIcon="@Icons.Material.Filled.ListAlt"
Adornment="Adornment.Start"
Immediate="@true"