Skip to content

agent-plugin-limits / Exports / ILimitWindow

Interface: ILimitWindow

Rate limiting window data

Table of contents

Properties

Properties

count

count: number

Defined in

agent-plugin-limits/src/types.ts:58


tokens

tokens: number

Defined in

agent-plugin-limits/src/types.ts:59


cost

cost: number

Defined in

agent-plugin-limits/src/types.ts:60


windowStart

windowStart: number

Defined in

agent-plugin-limits/src/types.ts:61

Released under the MIT License.