@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ConsumeAccountRateLimitResetCreditParams

    type ConsumeAccountRateLimitResetCreditParams = {
        creditId?: string | null;
        idempotencyKey: string;
    }
    Index

    Properties

    creditId?: string | null

    Opaque reset-credit identifier to redeem. When omitted, the backend selects the next available credit.

    idempotencyKey: string

    Identifies one logical reset attempt. A UUID is recommended; reuse the same value when retrying that attempt.