Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-10.types.ts
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' |
urgency | `'required' |
Was this page helpful?