Skip to content

Documentation / @agentick/connector / RateLimitConfig

Interface: RateLimitConfig ​

Defined in: connector/src/types.ts:56

Properties ​

maxPerDay? ​

optional maxPerDay: number

Defined in: connector/src/types.ts:60

Maximum inbound messages per day.


maxPerMinute? ​

optional maxPerMinute: number

Defined in: connector/src/types.ts:58

Maximum inbound messages per minute.


onLimited()? ​

optional onLimited: (info) => string | void

Defined in: connector/src/types.ts:62

Called when a message is rate-limited. Return a string to reply, or void to silently drop.

Parameters ​

info ​
remaining ​

number

resetMs ​

number

Returns ​

string | void

Released under the ISC License.