docs(i18n): standardize contract terminology

This commit is contained in:
xjt
2026-08-09 11:33:14 +08:00
parent 5d46c11784
commit a7af54a8d3
848 changed files with 1506 additions and 1506 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/session-title/README.md
README.md: 13a2a1c298c3abb8c8987b9373edc46a071ce9db
README.zh.md: 9e271c044033ce17b5c8c744fe7a9cf433c7f473
README.zh.md: 075e9e31fc7acbc76f0e3fd7a2642b4d879569d3

View File

@@ -21,13 +21,13 @@ Fork 出的会话会原样继承种子中的标题事件。首消息节奏不会
所有上限都是必填项;该库不提供默认值。
| 键 | 约 |
| 键 | 约 |
|---|---|
| `fallbackMaxWords` | 确定性回退中以空白分隔的最大正整数词数。 |
| `fallbackMaxBytes` | 回退允许的最大正整数 UTF-8 字节数;不得超过 `maxTitleBytes`。 |
| `maxTitleBytes` | 接受任何来源标题的最大正整数 UTF-8 字节数。 |
## 提供方
## 提供方约
提供方会提供带品牌类型的稳定 id、自动模式`first-message``all-user-messages`)和 `generate(request)`。请求携带活跃会话、截至一次固定修订的所有符合条件消息、可用时当前已记录的主请求路由,以及取消信号。结果包含非空标题、该请求中唯一且有序的来源消息 seq以及可选的模型来源信息。服务会在结果持久保存前进行规范化和验证。