> 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 Tool Call

> A tool call requested by the assistant.

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

<pre />

A tool call requested by the assistant.

## Fields

### `id: String`

Unique identifier for this tool call.

### `call_type: String`

The type of tool call (typically `"function"`).

### `function: FunctionCall`

The function to call.

## Trait Implementations

### `impl Clone for ToolCall`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for ToolCall`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for ToolCall`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for ToolCall`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for ToolCall`

<pre />