feat(agent tool): agent tools change the parameter passing to a list
This commit is contained in:
@@ -77,7 +77,7 @@ class AgentConfigConverter:
|
||||
"knowledge_retrieval": None,
|
||||
"memory": MemoryConfig(enabled=True),
|
||||
"variables": [],
|
||||
"tools": {},
|
||||
"tools": [],
|
||||
}
|
||||
|
||||
# 1. 解析模型参数配置
|
||||
|
||||
Reference in New Issue
Block a user