# DeepLoadRequest

**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#L92)

DeepLoadRequest - AI requests additional code context

During generation, if AI is uncertain about something, it can
request the full implementation of a specific entity.
Max 3 iterations per document to prevent infinite loops.

## Properties

| Property | Type |
|---|---|
| `entityName` | `string` |
| `reason` | `string` |
| `requestedBy` | `'generator' | 'verifier'` |
| `urgency` | `'required' | 'helpful'` |
