---
title: toolCalls
framework: evaluations
role: symbol
role_heading: Instance Property
path: evaluations/modelsubject/toolcalls
---

# toolCalls

The tool calls from the transcript, or an empty array if no transcript was provided.

## Declaration

```swift
var toolCalls: [Transcript.ToolCall] { get }
```

## See Also

### Inspecting tool calls

- [StructuredTranscript](evaluations/structuredtranscript.md)
