feat: make tracking works

This commit is contained in:
ziesorx 2025-09-23 20:32:08 +07:00
parent 255be78d43
commit 4619c122f1
4 changed files with 70 additions and 8 deletions

View file

@ -108,7 +108,6 @@ class ImageDetectionMessage(BaseModel):
type: Literal["imageDetection"] = "imageDetection"
subscriptionIdentifier: str
timestamp: str = Field(default_factory=lambda: datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%S.%fZ"))
sessionId: Optional[int] = None
data: DetectionData