feat: + AIMessage.with_agent, agent

This commit is contained in:
莘权 马 2024-04-30 12:06:56 +08:00
parent d09fcd4703
commit ec5b8ccfe1
2 changed files with 14 additions and 0 deletions

View file

@ -139,3 +139,6 @@ LLM_API_TIMEOUT = 300
# Assistant alias
ASSISTANT_ALIAS = "response"
# Metadata defines
AGENT = "agent"