Merge pull request #319 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
fix(app)
This commit is contained in:
@@ -1220,7 +1220,7 @@ class AppService:
|
|||||||
"memory": agent_cfg.memory,
|
"memory": agent_cfg.memory,
|
||||||
"variables": agent_cfg.variables or [],
|
"variables": agent_cfg.variables or [],
|
||||||
"tools": agent_cfg.tools or [],
|
"tools": agent_cfg.tools or [],
|
||||||
"skill_ids": agent_cfg.skill_ids or [],
|
"skills": agent_cfg.skills or {},
|
||||||
}
|
}
|
||||||
# config = AgentConfigConverter.from_storage_format(agent_cfg)
|
# config = AgentConfigConverter.from_storage_format(agent_cfg)
|
||||||
default_model_config_id = agent_cfg.default_model_config_id
|
default_model_config_id = agent_cfg.default_model_config_id
|
||||||
|
|||||||
Reference in New Issue
Block a user