feat(ai_auto_response): add admin-controlled persona switching
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user