# ModelToolCall

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/runtime/model-provider-interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/runtime/model-provider-interface.ts#L64)

Tool call from the model's response.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `arguments` | `string` |
