docs(i18n): clarify review terminology

This commit is contained in:
Tianyi Cui
2026-07-24 14:21:36 +08:00
parent 9e1562a86b
commit 86d3bd6b9b
4 changed files with 4 additions and 4 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
web.md: 20d07240c9d9fea2f1f5abbac810f349a3e81f9b
web.zh.md: f67b0f576315809109eecb545c0501e93bac9fd3
web.zh.md: 68ceed04bb0b80f32ed704118f1fc25f48a0da70

View File

@@ -50,7 +50,7 @@ interface WebSearchResult {
}
```
`content` 是提供方可选生成的回答文本Exa 和 DeepSeek 不返回Perplexity 返回生成式回答)。`sources[]` 是可移植的引用表面。一个 source 必有 `url``title`/`snippet`/`publishedAt` 可选因为并非每个提供方都返回它们——Perplexity 的引用可能只有 URL强迫适配器编造其余字段会让 seam 说谎。`dsh-tool-web` 渲染时使用 `title ?? hostname(url)`。
`content` 是提供方可选生成的回答文本Exa 和 DeepSeek 不返回Perplexity 返回生成式回答)。`sources[]` 是一套可跨提供方使用的引用数据结构。一个 source 必有 `url``title`/`snippet`/`publishedAt` 可选因为并非每个提供方都返回它们——Perplexity 的引用可能只有 URL强迫适配器编造其余字段会让 seam 说谎。`dsh-tool-web` 渲染时使用 `title ?? hostname(url)`。
```ts type-equiv
/**