Shorter message

This commit is contained in:
2026-08-11 17:33:51 +02:00
parent 93c1c8e299
commit 1543dde603
+1 -1
View File
@@ -9,7 +9,7 @@ class DishSafetyResult(BaseModel):
description="True if no microwave hazards presents."
)
warning_message: str = Field(
description="Short explanation of any hazard found (no more than one sentence), or an empty string if safe."
description="Short explanation of any hazard found (no more than 50 characters), or an empty string if safe."
)
detected_hazards: list[str] = Field(
description="List of specific hazard items detected."