mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 03:46:23 +02:00
fix bug in test
This commit is contained in:
parent
0435b1321f
commit
9531dbf3ff
3 changed files with 4 additions and 12 deletions
|
|
@ -33,6 +33,9 @@ class BrainMemory(BaseModel):
|
|||
cacheable: bool = True
|
||||
llm: Optional[BaseLLM] = None
|
||||
|
||||
class Config:
|
||||
arbitrary_types_allowed = True
|
||||
|
||||
def add_talk(self, msg: Message):
|
||||
"""
|
||||
Add message from user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue