Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-10.types.ts
Properties
| Property | Type |
|---|---|
id | string |
title | string |
slug | string |
content | string |
frontmatter | DocumentFrontmatter |
sections | GeneratedSection[] |
claims | EvidencedClaim[] |
screenshotPlaceholders | string[] |
metadata | `{ |
groundingScore?: number; // 0-1, % of entity mentions verified against source code ungroundedEntities?: string[]; // entities mentioned but not found in code
}` |
Was this page helpful?