Adjust limits

This commit is contained in:
Nicolas Mowen 2026-04-26 08:23:20 -06:00
parent b7ede4bd6d
commit 209d04df28

View File

@ -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(