CascadeRound

Record of a single round in a cascade execution.

Usage

Source

CascadeRound(
    round_number,
    model,
    response,
    confidence,
)

Parameters

round_number: int

The round number (1-based).

model: str

The model queried in this round.

response: str

The response text from the model.

confidence: float
Estimated confidence in the response (0.0–1.0).