Skip to content

溯源与引用

Grounding 表示 Agent 能把重要 claim 追溯到来源材料。

模式

模式含义
none不要求引用,适合低风险草稿。
recommended重要 claim 建议引用来源。
requiredclaim 必须有来源,否则标记 unknown。
yaml
grounding: required

来源锚点

yaml
source: sources/transcripts/founder-interview.md#L120
source: sources/reports/q1.pdf#page=4
source: sources/calls/customer-demo.vtt#t=00:12:33

运行时行为

grounding: required 时,客户端应要求模型:只基于已加载知识和允许工具回答;缺失信息标记 unknown;必要时输出引用。

Draft open standard. Inspired by Agent Skills, LLM Wiki, source-grounded notebooks, and production RAG systems.