From 9b4613630bb75923b7f73b29c6d6f9ed64359e68 Mon Sep 17 00:00:00 2001 From: Timebomb2018 <18868801967@163.com> Date: Thu, 5 Feb 2026 10:10:18 +0800 Subject: [PATCH] fix(app): fix bug in the app release --- api/app/services/app_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/services/app_service.py b/api/app/services/app_service.py index 75044a5d..5541ec80 100644 --- a/api/app/services/app_service.py +++ b/api/app/services/app_service.py @@ -1220,7 +1220,7 @@ class AppService: "memory": agent_cfg.memory, "variables": agent_cfg.variables 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) default_model_config_id = agent_cfg.default_model_config_id