Handle percentage as int (#22370)
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled

This commit is contained in:
Nicolas Mowen
2026-03-10 07:35:00 -06:00
committed by GitHub
parent 5254bfd00e
commit a0b8271532
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -15,7 +15,6 @@ class ReviewMetadata(BaseModel):
)
confidence: float = Field(
ge=0.0,
le=1.0,
description="Confidence in the analysis, from 0 to 1.",
)
potential_threat_level: int = Field(