feat(ai_auto_response): add admin-controlled persona switching

This commit is contained in:
liuwei
2026-04-10 13:15:35 +08:00
parent c280fa8dab
commit a1aa05e3b9
6 changed files with 293 additions and 12 deletions
@@ -48,6 +48,7 @@ class GroupProfileResolver:
"room_id": room_id,
"group_name": group_name,
"mode": profile.get("mode", "social"),
"persona_id": str(profile.get("persona_id", "xiaoniu") or "xiaoniu"),
"persona_overlay": profile.get("persona_overlay", ""),
"interaction_tone": interaction_tone,
"humor_style": humor_style,