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/todo/tool-todo/README.md
README.md: b05ef43e7137dcf5678b1f1ad6d8c00b8a43baef
README.zh.md: 672af2bf60c7b34554957ffd43197389596840e8
README.zh.md: 88a9f5d69ff52dcedbd8f27a4ace5fde3e0dc5a2

View File

@@ -34,7 +34,7 @@
### 工具 schema
#### 模型所见内容
#### 模型看到的内容
模型会看到生成的 [`todo_write` schema](../../../docs/tool-catalog.md#deepseek-aidsh-tool-todo)。
@@ -48,7 +48,7 @@
### 工具调用历史与结果
#### 模型所见内容
#### 模型看到的内容
每个 assistant 工具调用都会在参数中保留整个替换列表。成功时原样返回 `Updated todo list: <pending> pending, <inProgress> in progress, <completed> completed.`。稳定失败文本为 ``Error: invalid todo: `content` must be a non-empty string``、`Error: invalid todos: duplicate content "<content>"`、`Error: invalid todos: at most one task may be in_progress, got <count>` 和 `Error: todo_write requires an owning agent session`。完整 `todo/write` 会话事件是 UI 与回放状态,而非第二条模型消息。