mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
refactor: update notations
This commit is contained in:
parent
953a003e1e
commit
b1386a01f5
1 changed files with 4 additions and 3 deletions
|
|
@ -4,9 +4,10 @@
|
|||
@Time : 2023/5/12 00:30
|
||||
@Author : alexanderwu
|
||||
@File : software_company.py
|
||||
@Modified By: mashenquan, 2023-11-1. Optimization:
|
||||
1. Standardize the design of message filtering-related features.
|
||||
2. Abandon the design of having `Environment` store all messages.
|
||||
@Modified By: mashenquan, 2023-11-1. According to Chapter 2.2.1 and 2.2.2 of RFC 116:
|
||||
1. Change the data type of the `cause_by` value in the `Message` to a string to support the new message
|
||||
distribution feature.
|
||||
2. Abandon the design of having `Environment` store all messages.
|
||||
"""
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue