refactor: tx_from/tx_to

This commit is contained in:
莘权 马 2023-11-06 11:47:29 +08:00
parent ed7eb4d08a
commit c6f97f7487
10 changed files with 32 additions and 32 deletions

View file

@ -44,7 +44,7 @@ SKILL_DIRECTORY = PROJECT_ROOT / "metagpt/skills"
MEM_TTL = 24 * 30 * 3600
MESSAGE_ROUTE_FROM = "tx_from"
MESSAGE_ROUTE_TO = "tx_to"
MESSAGE_ROUTE_FROM = "msg_from"
MESSAGE_ROUTE_TO = "msg_to"
MESSAGE_ROUTE_CAUSE_BY = "cause_by"
MESSAGE_META_ROLE = "role"