profile: restrict detail queries to trigger sender

This commit is contained in:
2026-08-07 17:44:28 +08:00
parent f508373d02
commit 6e59622ebc
4 changed files with 94 additions and 30 deletions
@@ -68,7 +68,7 @@ object UserProfileContextRenderer {
.append(summary.normalized().take(maxChars))
} ?: profile?.takeIf { it.items.isNotEmpty() }?.let {
append(" | 画像认识:已有").append(it.items.size)
.append("条记录,可用 queryUserProfile 查询详情")
.append("条记录(摘要暂缺)")
}
profile?.items?.asSequence()