IAiRateLimit
Home > @gooddata/sdk-model > IAiRateLimit
IAiRateLimit interface
AI rate limit configuration. Caps how many AI chat messages a user can send within a rolling time window.
Signature:
export interface IAiRateLimit
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
Maximum number of AI interactions allowed within the time window. Must be a positive integer. | ||
|
number |
Length of the rolling time window in hours. Must be a positive integer. |