mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 18:36:22 +02:00
refactor: use MESSAGE_ROUTE_TO_NONE
This commit is contained in:
parent
6d77cd89c8
commit
10d9f33150
2 changed files with 4 additions and 4 deletions
|
|
@ -49,6 +49,7 @@ MESSAGE_ROUTE_TO = "send_to"
|
|||
MESSAGE_ROUTE_CAUSE_BY = "cause_by"
|
||||
MESSAGE_META_ROLE = "role"
|
||||
MESSAGE_ROUTE_TO_ALL = "<all>"
|
||||
MESSAGE_ROUTE_TO_NONE = "<none>"
|
||||
|
||||
REQUIREMENT_FILENAME = "requirement.txt"
|
||||
DOCS_FILE_REPO = "docs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue