---
title: arguments
framework: evaluations
role: symbol
role_heading: Instance Property
path: evaluations/toolexpectation/arguments
---

# arguments

The argument matchers to validate against the tool call.

## Declaration

```swift
var arguments: [ArgumentMatcher] { get }
```

## Discussion

Discussion Returns an empty array for anyOrder(_:) groups.

## See Also

### Accessing expectation details

- [name](evaluations/toolexpectation/name.md)
- [isAnyOrderGroup](evaluations/toolexpectation/isanyordergroup.md)
