rate_limit_limiter_check
Check if a request is allowed under a rate limit without consuming a token. Returns whether the request is allowed, remaining tokens, and reset time or wait seconds.
Instructions
[rate_limit] Check if a request is allowed WITHOUT consuming a token. Returns {allowed, remaining, reset_in_seconds} or {allowed, tokens, wait_seconds} for token bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cost | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |