mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-11 16:22:15 +02:00
refactor: tx_from/tx_to
This commit is contained in:
parent
ed7eb4d08a
commit
c6f97f7487
10 changed files with 32 additions and 32 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue