Expand description
Rate limit policy contracts for flows that need to consult provider budgets before issuing token requests.
Structs§
- Rate
Limit Context - Context shared with a
RateLimitPolicybefore an outbound call is made. - Retry
Directive - Advises callers when to retry after a
RateLimitDecision::Delay.
Enums§
- Rate
Limit Decision - Result emitted by a
RateLimitPolicy.
Traits§
- Rate
Limit Policy - Strategy that inspects tenant/provider budgets before flows hit upstream token endpoints.
Type Aliases§
- Rate
Limit Future - Boxed future returned by
RateLimitPolicy::evaluate.