---
title: unordered
framework: evaluations
role: symbol
role_heading: Instance Property
path: evaluations/trajectoryexpectation/unordered
---

# unordered

Tool calls that must occur at some point, regardless of position.

## Declaration

```swift
var unordered: [ToolExpectation]
```

## See Also

### Combining expectations

- [ordered](evaluations/trajectoryexpectation/ordered.md)
- [disallowed](evaluations/trajectoryexpectation/disallowed.md)
- [allowsAdditionalCalls](evaluations/trajectoryexpectation/allowsadditionalcalls.md)
