mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-09-15 02:56:10 +08:00
profile: restrict detail queries to trigger sender
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user