PromptPreview
@forge/monorepo / backend/src / PromptPreview
Type Alias: PromptPreview
PromptPreview =
object
Defined in: backend/src/context/index.ts:78
Per-section token estimates, so prompt composition is previewable.
Properties
budget
readonlybudget:ContextBudget
Defined in: backend/src/context/index.ts:85
sections
readonlysections: readonlyobject[]
Defined in: backend/src/context/index.ts:79
totalTokens
readonlytotalTokens:number
Defined in: backend/src/context/index.ts:84