lint_section_v1
Validates markdown content for citation compliance per paragraph, flagging missing or insufficient references to ensure proper academic attribution.
Instructions
验证章节引用合规
检查 Agent 写作的 markdown 是否符合引用规则。
Args: pack_id: 证据包 ID markdown: Agent 写作的 markdown 内容 require_citations_per_paragraph: 是否要求每段有引用,默认 False min_citations_per_paragraph: 每段最少引用数,默认 1
Returns: passed, issues[], stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack_id | Yes | ||
| markdown | Yes | ||
| require_citations_per_paragraph | No | ||
| min_citations_per_paragraph | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||