mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-11 00:32:37 +02:00
fixbug: sent_from, send_to
This commit is contained in:
parent
1e6e9d3103
commit
9fa47aff03
7 changed files with 19 additions and 18 deletions
|
|
@ -81,6 +81,7 @@ MESSAGE_ROUTE_CAUSE_BY = "cause_by"
|
|||
MESSAGE_META_ROLE = "role"
|
||||
MESSAGE_ROUTE_TO_ALL = "<all>"
|
||||
MESSAGE_ROUTE_TO_NONE = "<none>"
|
||||
MESSAGE_ROUTE_TO_SELF = "<self>" # Add this tag to replace `ActionOutput`
|
||||
|
||||
REQUIREMENT_FILENAME = "requirement.txt"
|
||||
BUGFIX_FILENAME = "bugfix.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue