docs(i18n): standardize reviewed README headings

This commit is contained in:
xjt
2026-07-29 20:16:45 +08:00
parent e1481e2d98
commit de0348bd9e
78 changed files with 101 additions and 101 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/session-title/session-title-all-messages-llm/README.md
README.md: 25ec92432b5c2d18624f2f4d851552ee2b3bf5d0
README.zh.md: fac40f1a5d1432dd07badc786408cda561b45cd0
README.zh.md: 947aa614741b2b0bd50e70f1d273a625a5624cc6

View File

@@ -22,7 +22,7 @@
不会使主请求的 KV Cache 失效。每条提示词后,辅助输入都会增长或变化,因此提供方专用缓存复用会在第一个变化的 JSON token 处结束。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- 输入溢出时保留先前标题;对于很长的会话,此提供方没有基于摘要继续生成摘要的机制或保留策略。
- 它平等对待所有符合条件的用户消息,不提供权重、过滤或手动标题优先级。

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/session-title/session-title-first-message-llm/README.md
README.md: c24d4de1fa945d11b5a868cad88a94ed14ad3891
README.zh.md: d332f83800ad601be2184568c2341d4d36806a85
README.zh.md: 1f864b16c473654d0a52716cddbe26fe087860dc

View File

@@ -22,7 +22,7 @@
不会使主请求的 KV Cache 失效。辅助请求使用已配置或已记录路由,其缓存行为由提供方决定。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- 对于长期会话,第一条消息可能不再具有代表性;如果后续提示词应触发重新生成标题,请使用全消息提供方。
- fork 会保留继承的标题,绝不会自动运行此提供方,即使其预置的首消息来自父会话。