Class BetaFallbackBlock

  • All Implemented Interfaces:

    
    public final class BetaFallbackBlock
    
                        

    Marks the point in content where one model's output gives way to the next.

    One block appears per hop where a preceding model actually ran this turn and declined. A turn routed directly by the sticky decision has no such boundary and carries no block — the signal for whether a fallback model served the response is the presence of a fallback_message entry in usage.iterations, not this block.

    The block is treated like a server-tool content block for streaming: it arrives via the standard content_block_start / content_block_stop pair and carries no deltas.