async-bulkhead-llm - v3.17.0
    Preparing search index...

    Type Alias LLMRejectReason

    LLMRejectReason: BaseRejectReason | "budget_limit" | "unshareable_result"

    Rejection reasons.

    "unshareable_result" (v3.5) is raised only for deduplication followers: the shared call resolved to a single-consumer value (stream, Response with a body, async iterable) that cannot be safely handed to more than one caller, and no deduplication.shareResult hook was configured. The leader always receives the original result unaffected.