check_summary_grounding
Compare file names cited in a summary report against current folder scan results to flag references to non-existent files. Provides a grounding score and findings for review.
Instructions
보고서에 언급된 파일명이 현재 폴더 스캔 결과에 실제로 있는지 대조합니다.
"문서에 없는 파일을 만들어 내지 않는다"는 규칙을 사람 눈 대신 기계가 확인합니다.
중요: 이 검사는 자문(advisory) 입니다. 휴리스틱이므로 오탐이 있을 수 있고, 저장을 막지 않습니다. 저장 게이트는 validate_report_draft(구조)와 사용자 승인입니다.
Args: report_markdown: 요약 보고서 초안 전문.
Returns:
GroundingResponse: status(GROUNDED / MOSTLY_GROUNDED /
NEEDS_EVIDENCE_REVIEW), score(0-100), findings[].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_markdown | Yes | 검사할 요약 보고서 초안 전문(마크다운) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | Yes | ||
| stage | Yes | 폴더 분석 워크플로에서 지금 위치한 단계 | |
| status | Yes | 이 호출의 결과 상태 | |
| checked | Yes | ||
| summary | Yes | ||
| advisory | No | True. 근거 검사는 저장을 막지 않습니다. 저장 게이트는 validate_report_draft와 사용자 승인입니다. | |
| findings | Yes | ||
| next_actions | No | 이어서 호출하면 좋은 도구 목록 |