forked from Rockachopa/Timmy-time-dashboard
This commit is contained in:
@@ -25,6 +25,7 @@ MAX_MESSAGES: int = 500
|
||||
@dataclass
|
||||
class Message:
|
||||
"""A single chat message with role, content, timestamp, and source."""
|
||||
|
||||
role: str # "user" | "agent" | "error"
|
||||
content: str
|
||||
timestamp: str
|
||||
|
||||
Reference in New Issue
Block a user