mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 11:56:24 +02:00
refactor: In accordance with Chapter 2.1.3 of RFC 116, modify the data type of the send_to value of the Message object.
This commit is contained in:
parent
7e83a4bb31
commit
01f23d633e
1 changed files with 2 additions and 3 deletions
|
|
@ -2,9 +2,8 @@
|
|||
Filename: MetaGPT/examples/debate.py
|
||||
Created Date: Tuesday, September 19th 2023, 6:52:25 pm
|
||||
Author: garylin2099
|
||||
@Modified By: mashenquan, 2023-11-1. In accordance with Chapter 2.2.1 and 2.2.2 of RFC 116, modify the data
|
||||
type of the `cause_by` value in the `Message` to a string, and utilize the new message distribution
|
||||
feature for message filtering.
|
||||
@Modified By: mashenquan, 2023-11-1. In accordance with Chapter 2.1.3 of RFC 116, modify the data type of the `send_to`
|
||||
value of the `Message` object.
|
||||
"""
|
||||
import asyncio
|
||||
import platform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue