mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
feat: +cache
This commit is contained in:
parent
207ab96545
commit
63805c87f9
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ class BrainMemory(pydantic.BaseModel):
|
|||
stack: List[Dict] = []
|
||||
solution: List[Dict] = []
|
||||
knowledge: List[Dict] = []
|
||||
# If the fingerprint of the history text is found in the `historical_summary_fingerprint`,
|
||||
# it indicates that the text has already been incorporated into the `history summary`.
|
||||
historical_summary_fingerprint: List[str] = []
|
||||
historical_summary: str = ""
|
||||
last_history_id: str = ""
|
||||
is_dirty: bool = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue