feat: make tracking works
This commit is contained in:
parent
255be78d43
commit
4619c122f1
4 changed files with 70 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue