Shorter AI answer
Build, push image, and notify Watchtower / build-image (push) Successful in 58s
Build, push image, and notify Watchtower / notify (push) Successful in 17s

This commit is contained in:
2026-08-11 14:57:07 +02:00
parent 2572c68ac7
commit f0ae0839b0
+1 -1
View File
@@ -6,7 +6,7 @@ from APIs.aichat import generate
# 1. Define the output schema as a Pydantic model
class DishSafetyResult(BaseModel):
is_safe: bool = Field(
description="True if no microwave hazards (metal, foil, sealed packaging, ...) are present."
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."