mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
server: ensure loading bad topic won't be problematic
This commit is contained in:
@@ -53,7 +53,7 @@ class TranscriptTopic(BaseModel):
|
||||
id: str = Field(default_factory=generate_uuid4)
|
||||
title: str
|
||||
summary: str
|
||||
transcript: str
|
||||
transcript: str | None = None
|
||||
timestamp: float
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user