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