Kind: Function
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/grounding-checker.ts
Log a summary of grounding validation results.
Categories:
- Well-grounded (>= 0.7)
- Partially grounded (0.3-0.7)
- Unverifiable (< 0.3)
Signature
tsfunction logGroundingSummary(results: GroundingResult[]): void
Parameters
| Name | Type |
|---|---|
results | GroundingResult[] |
Returns: void
Was this page helpful?