Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 7e4f937

Browse files
authored
FIX: bump system prompt limit (#1210)
300 was too low, bumped it to 100_000
1 parent 95160c8 commit 7e4f937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-persona-editor.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export default class PersonaEditor extends Component {
315315
<form.Field
316316
@name="system_prompt"
317317
@title={{i18n "discourse_ai.ai_persona.system_prompt"}}
318-
@validation="required|length:1,300"
318+
@validation="required|length:1,100000"
319319
@disabled={{data.system}}
320320
@format="large"
321321
as |field|

0 commit comments

Comments
 (0)