# GenerationContext

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-10.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-10.types.ts#L112)

GenerationContext - Extended context for AI generation

Includes mechanisms for the AI to request more context.

## Properties

| Property | Type |
|---|---|
| `chunkSummary` | `string` |
| `relevantEntities` | `Entity[]` |
| `deepLoadedEntities` | `Map<string, DeepLoadResponse>` |
| `deepLoadIterations` | `number` |
| `maxDeepLoadIterations` | `number` |
| `uncertainties` | `Uncertainty[]` |
