Interface: ProjectContextEntry
Defined in: packages/core/src/application/use-cases/compile-context.ts:126
A structured project context entry in the result.
Properties
content
readonlycontent:string
Defined in: packages/core/src/application/use-cases/compile-context.ts:132
The rendered text content.
path?
readonlyoptionalpath?:string
Defined in: packages/core/src/application/use-cases/compile-context.ts:130
The file path (only for file entries).
source
readonlysource:"instruction"|"file"
Defined in: packages/core/src/application/use-cases/compile-context.ts:128
The type of context entry.