Box An axis-aligned box defined by its minimum and maximum corners. type# type: Literal['box'] = 'box' bounds# bounds: list[list[float]] The bounds of the box defined by its minimum and maximum corners. Parameters