mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 01:52:57 +00:00
Removed system prompt validation
This commit is contained in:
parent
8cf5540e86
commit
33dd76fbda
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user