feat(app):
1. Add new functional features to the agent; 2. Enhance the voice output; 3. Modify the end_user binding; 4. Delete and modify the tools.
This commit is contained in:
@@ -51,6 +51,9 @@ class AgentConfigConverter:
|
||||
|
||||
if hasattr(config, "skills") and config.skills:
|
||||
result["skills"] = config.skills.model_dump()
|
||||
|
||||
if hasattr(config, "features") and config.features:
|
||||
result["features"] = config.features.model_dump()
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user