From 209d04df286d85ab438f761b2a6f0d6a446ffa22 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 26 Apr 2026 08:23:20 -0600 Subject: [PATCH] Adjust limits --- frigate/data_processing/post/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/data_processing/post/types.py b/frigate/data_processing/post/types.py index 99b2c4e94..41887a20e 100644 --- a/frigate/data_processing/post/types.py +++ b/frigate/data_processing/post/types.py @@ -31,7 +31,7 @@ class ReviewMetadata(BaseModel): ) scene: str = Field( min_length=150, - max_length=400, + max_length=600, description="A chronological narrative of what happens from start to finish, drawing directly from the items in observations.", ) shortSummary: str = Field(