Contents

ordered

Tool call steps that must be satisfied in sequential order.

Declaration

var ordered: [ToolExpectation]

Discussion

Each entry is either a single ToolExpectation or an anyOrder(_:) group where multiple tools must all be called at that position (in any relative order).

See Also

Combining expectations