feat(api): increate prompt chat length

This commit is contained in:
dextmorgn
2026-02-12 23:40:12 +01:00
parent 11df9e6fde
commit 599fc8353d

View File

@@ -171,7 +171,7 @@ class EnricherTemplateGenerateRequest(BaseModel):
prompt: str = Field(
...,
min_length=10,
max_length=2000,
max_length=16000,
description="Free-text description of the desired enricher template",
)