mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
feat: + AIMessage.with_agent, agent
This commit is contained in:
parent
d09fcd4703
commit
ec5b8ccfe1
2 changed files with 14 additions and 0 deletions
|
|
@ -139,3 +139,6 @@ LLM_API_TIMEOUT = 300
|
|||
|
||||
# Assistant alias
|
||||
ASSISTANT_ALIAS = "response"
|
||||
|
||||
# Metadata defines
|
||||
AGENT = "agent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue