[fix]Modify the "Implicit and Emotional Caching" prompt message

This commit is contained in:
lanceyq
2026-01-21 18:40:58 +08:00
parent fb25495f1b
commit e901d3c9d6
2 changed files with 5 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ async def get_emotion_suggestions(
)
return fail(
BizCode.NOT_FOUND,
"建议缓存不存在或已过期,请调用 /generate_suggestions 接口生成新建议",
"建议缓存不存在或已过期,请右上角刷新生成新建议",
""
)