Removed limit on the system prompt

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

View File

@ -42,10 +42,9 @@
Label="@T("What system prompt do you want to use?")" Label="@T("What system prompt do you want to use?")"
Variant="Variant.Outlined" Variant="Variant.Outlined"
Lines="6" Lines="6"
AutoGrow="@true"
MaxLines="12" MaxLines="12"
AutoGrow="@true"
Class="mb-3" Class="mb-3"
MaxLength="444"
UserAttributes="@SPELLCHECK_ATTRIBUTES" UserAttributes="@SPELLCHECK_ATTRIBUTES"
HelperText="@T("Tell the AI your system prompt.")" HelperText="@T("Tell the AI your system prompt.")"
/> />