docs(i18n): resolve follow-up review findings

This commit is contained in:
xjt
2026-07-29 18:38:56 +08:00
parent ed4a6fd026
commit e1481e2d98
70 changed files with 74 additions and 74 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-persistence/session-persistence-jsonl/README.md
README.md: ab6ecd28f12bd167aeac789d1565705e167d60f4
README.zh.md: af0895c62f4516e773f6ced13d35faa8731de908
README.zh.md: 2e9d611cf8a73b3aec8e363dc2ff45c9d4827a85

View File

@@ -59,7 +59,7 @@ JSONL 存储不影响当前提示词或 schema。加载会恢复已存储的呈
#### Token 影响
当前请求不会新增 token。恢复后的 agent智能体会因保留的历史、当前 envelope以及每个中断调用中以引用形式加入的修复结果而消耗 token。
当前请求不会新增 token。恢复后的 agent智能体会因保留的历史、当前 envelope以及每个中断调用的前述修复结果文本而消耗 token。
#### KV Cache 影响