mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-08 06:25:27 +03:00
Adjust limits
This commit is contained in:
parent
b7ede4bd6d
commit
209d04df28
@ -31,7 +31,7 @@ class ReviewMetadata(BaseModel):
|
|||||||
)
|
)
|
||||||
scene: str = Field(
|
scene: str = Field(
|
||||||
min_length=150,
|
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.",
|
description="A chronological narrative of what happens from start to finish, drawing directly from the items in observations.",
|
||||||
)
|
)
|
||||||
shortSummary: str = Field(
|
shortSummary: str = Field(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user