Web Interface ok
This commit is contained in:
@ -148,7 +148,7 @@ class DB():
|
||||
sender=row['sender'],
|
||||
recipient=row['recipient'],
|
||||
time=int(datetime.strptime(row['time'], self._DB_TIME_FORMAT).timestamp()),
|
||||
message=AgentMessage.model_validate_json(row['json']),
|
||||
message=AgentMessage.model_validate_json(row['json'], context={"require_file_exists":False}),
|
||||
processed=row['processed']
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user