# logGroundingSummary

**Kind:** Function

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/grounding-checker.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/grounding-checker.ts#L178)

Log a summary of grounding validation results.

Categories:
- Well-grounded (>= 0.7)
- Partially grounded (0.3-0.7)
- Unverifiable (< 0.3)

## Signature

```ts
function logGroundingSummary(results: GroundingResult[]): void
```

## Parameters

| Name | Type |
|---|---|
| `results` | `GroundingResult[]` |

**Returns:** `void`
