UsageCeiling
@forge/monorepo / backend/src / UsageCeiling
Type Alias: UsageCeiling
UsageCeiling =
object
Defined in: backend/src/usage/index.ts:114
Per-run cost/token ceiling (from ExecutionLimits, doc 04). Any field omitted is unbounded.
Properties
costMinorUnits?
readonlyoptionalcostMinorUnits?:number
Defined in: backend/src/usage/index.ts:115
inputTokens?
readonlyoptionalinputTokens?:number
Defined in: backend/src/usage/index.ts:116
outputTokens?
readonlyoptionaloutputTokens?:number
Defined in: backend/src/usage/index.ts:117