feat(agent tool): agent tools change the parameter passing to a list

This commit is contained in:
谢俊男
2026-01-07 14:08:42 +08:00
parent 1083698a1f
commit 18f0b86ce2
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ class AgentConfigConverter:
"knowledge_retrieval": None,
"memory": MemoryConfig(enabled=True),
"variables": [],
"tools": {},
"tools": [],
}
# 1. 解析模型参数配置