Skip to main content

UsageCeiling

@forge/monorepo


@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?

readonly optional costMinorUnits?: number

Defined in: backend/src/usage/index.ts:115


inputTokens?

readonly optional inputTokens?: number

Defined in: backend/src/usage/index.ts:116


outputTokens?

readonly optional outputTokens?: number

Defined in: backend/src/usage/index.ts:117