feat(app): Release to add features configuration
This commit is contained in:
@@ -1476,6 +1476,7 @@ class AppService:
|
|||||||
"variables": agent_cfg.variables or [],
|
"variables": agent_cfg.variables or [],
|
||||||
"tools": agent_cfg.tools or [],
|
"tools": agent_cfg.tools or [],
|
||||||
"skills": agent_cfg.skills or {},
|
"skills": agent_cfg.skills or {},
|
||||||
|
"features": agent_cfg.features 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