validate_output
Validate an output directory to ensure it meets the dual-extract manifest structure, returning a JSON report of errors and manifest status.
Instructions
validate_output tool:输出结构校验(M6,C1)。
Args: output_dir: 待校验目录(绝对或相对路径;必须位于输出根内)。
Returns:
结构化 JSON 文本({ok, errors, manifest_ok})。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |