mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
refactor: notation
This commit is contained in:
parent
7fb33fd890
commit
d9a7443e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class Message(BaseModel):
|
|||
:param instruct_content: Message content struct.
|
||||
:param cause_by: Message producer
|
||||
:param sent_from: Message route info tells who sent this message.
|
||||
:param send_to: Labels for the consumer to filter its subscribed messages.
|
||||
:param send_to: Specifies the target recipient or consumer for message delivery in the environment.
|
||||
:param role: Message meta info tells who sent this message.
|
||||
"""
|
||||
super().__init__(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue