docs(i18n): apply reviewed Chinese proofreading updates

This commit is contained in:
xjt
2026-08-12 09:59:19 +08:00
parent 82d21ab3c3
commit 7b450d121e
258 changed files with 535 additions and 535 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/user/develop/practice/index.md
index.md: 7ca9f0b1abe472dc90c6d4e56543e43b6d2ec727
index.zh.md: 216b1cb01b355e411bf1949c59fd3720ae47139e
index.zh.md: fee60305143fe80c66d126cbd0532237ac80ff18
+2 -2
View File
@@ -30,7 +30,7 @@
### 提供方可替换
同一个 Service Definition 可以有多个提供方。用户通过 `cordis.yml` 选择:
同一个 Service Definition 可以有多个提供方,可通过 `cordis.yml` 选择:
```yaml
# Local execution
@@ -152,4 +152,4 @@ export function apply(ctx: Context) {
## 下一步
- [LLM 适配器](./llm-adapter.md):实现一个 LLM 提供方
- [LLM(大语言模型)适配器](./llm-adapter.md):实现一个 LLM 提供方
@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/user/develop/practice/llm-adapter.md
llm-adapter.md: aba4a6d0c8ee42e78ca5a804d9a0dd9b31c1e240
llm-adapter.zh.md: dff9eef464599823d6cd99e83d668485109b2ec0
llm-adapter.zh.md: 5c7a6483e29a28871257df6a31e13d859a245097
+1 -1
View File
@@ -150,7 +150,7 @@ ctx.llm.registerAdapter(['model-name-1', 'model-name-2'], adapter)
- `packages/llm/llm-deepseek/` — DeepSeek API 适配器(OpenAI 兼容格式)
- `packages/llm/llm-pi-ai/` — Pi AI 适配器(不同的 API 格式)
对比这两个已交付的适配器,可以看到同一套 harness 约如何在不同提供方 SDK 之上实现。
对比这两个已交付的适配器,可以看到同一套 harness 约如何在不同提供方 SDK 之上实现。
## 错误处理