# `PhoenixAI.ToolCall`
[🔗](https://github.com/franciscpd/phoenix-ai/blob/main/lib/phoenix_ai/tool_call.ex#L1)

Represents a tool/function call requested by the AI model.

# `t`

```elixir
@type t() :: %PhoenixAI.ToolCall{
  arguments: map(),
  id: String.t() | nil,
  name: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
