> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Atif Tool Call

> A tool call made by the agent.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

A tool call made by the agent.

## Fields

### `tool_call_id: String`

Correlation ID linking this call to its observation result.

### `function_name: String`

Name of the tool/function called.

### `arguments: Json`

Arguments passed to the tool.

### `extra: Option<Json>`

Provider or host-specific metadata for this tool call.

## Trait Implementations

### `impl Clone for AtifToolCall`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifToolCall`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for AtifToolCall`

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifToolCall`

<pre />

#### `serialize`

<pre />