mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
feat: +cache
This commit is contained in:
parent
f69f37bb03
commit
ec8e455a59
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ class Message:
|
|||
sent_from: str = field(default="")
|
||||
send_to: str = field(default="")
|
||||
tags: Optional[Set] = field(default=None)
|
||||
id: str = None
|
||||
|
||||
def __str__(self):
|
||||
# prefix = '-'.join([self.role, str(self.cause_by)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue