fix: 修复会话上下文记忆链路

This commit is contained in:
2026-07-13 15:43:29 +08:00
parent dda2e040ca
commit bbd19cf9ed
12 changed files with 854 additions and 175 deletions

View File

@@ -150,7 +150,7 @@ export const systemSettingSections: SystemSettingSection[] = [
defaultValue: 10,
min: 0,
max: 100,
description: "组装 Prompt 时带入的历史消息数量。",
description: "当前会话带入模型的最近历史消息条数;更早内容会滚动摘要,设为 0 将关闭会话记忆。修改后下一次提问立即生效。",
},
{
key: "show_reference_sources",