fix:修复全模块时缺少prompt_template配置的问题

This commit is contained in:
3030332422
2025-10-31 20:36:55 +08:00
parent cc9d5306e6
commit 32ecbe55fc
3 changed files with 7 additions and 1 deletions
@@ -225,6 +225,7 @@ class PromptManager:
weather_info=weather_info,
emojiList=EMOJI_List,
device_id=device_id,
client_ip=client_ip,
*args, **kwargs
)
device_cache_key = f"device_prompt:{device_id}"