Skip to main content

QuotaWarning

@forge/monorepo


@forge/monorepo / backend/src / QuotaWarning

Type Alias: QuotaWarning

QuotaWarning = object

Defined in: backend/src/usage/quota.ts:226

Properties

dimension

readonly dimension: QuotaDimension

Defined in: backend/src/usage/quota.ts:227


fraction

readonly fraction: number

Defined in: backend/src/usage/quota.ts:230


limit

readonly limit: number

Defined in: backend/src/usage/quota.ts:228


message

readonly message: string

Defined in: backend/src/usage/quota.ts:233


modelId?

readonly optional modelId?: string

Defined in: backend/src/usage/quota.ts:232

Present when the limit is scoped to one model — #182.


used

readonly used: number

Defined in: backend/src/usage/quota.ts:229