mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
restore log guid
This commit is contained in:
parent
a96c03587f
commit
6d41d1983a
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class LogItem:
|
|||
agent_number: int = 0
|
||||
|
||||
def __post_init__(self):
|
||||
self.guid = self.guid or self.log.guid
|
||||
self.guid = self.log.guid
|
||||
self.timestamp = self.timestamp or time.time()
|
||||
|
||||
def update(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue