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/skill/tool-skill/README.md
README.md: 6b0af04a15bfda985be3e04868f18b9af702eae7
README.zh.md: 6c7d5e55cbfd4b8914fc3f65ec9a7c15bf672356
README.zh.md: b2f073491a7c6d3c1cb0d6020d619ae725fed305

View File

@@ -30,7 +30,7 @@
### 会话目录
#### 模型所见
#### 模型看到的内容
如果存在模型可调用 skill且可见的正是这个 `skill` 工具agent 会收到下方目录模板,其中包含每个已排序 skill 的一条随数据而定的条目。该目录是一条持久的用户角色消息。
@@ -58,7 +58,7 @@ If the user names a skill, or the task clearly matches a skill's description, ca
### 工具 schema
#### 模型所见
#### 模型看到的内容
模型会看到生成的 [`skill` schema](../../../docs/tool-catalog.md#deepseek-aidsh-tool-skill)。
@@ -72,7 +72,7 @@ If the user names a skill, or the task clearly matches a skill's description, ca
### 工具结果
#### 模型所见
#### 模型看到的内容
成功调用使用下方结果模板以及提供方管理的资源指引、目录资源指引、URL 资源指引或不透明资源指引。
@@ -128,7 +128,7 @@ Load referenced resources only as needed.
### 工具错误
#### 模型所见
#### 模型看到的内容
无效或陈旧选择会精确返回 `Error: invalid skill name "<name>"``Error: skill "<name>" is unknown or no longer available``Error: skill "<name>" is not available for model invocation`。提供方抛出的查找文本取决于数据,并接收同一个 `Error: <message>` 包装层。