Packages@robojs/ai
TokenLimitConfig
Interface: TokenLimitConfig
Token limit configuration keyed by model identifier.
Properties
| Property | Type | Description |
|---|---|---|
perModel? | Record<string, TokenLimitRule> | Mapping of model names to limit rules. |
Robo.jsToken limit configuration keyed by model identifier.
| Property | Type | Description |
|---|---|---|
perModel? | Record<string, TokenLimitRule> | Mapping of model names to limit rules. |