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

# Struct OpenAI Chat Completion Chunk Delta

> Incremental assistant message fields carried by one OpenAI choice.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

Incremental assistant message fields carried by one OpenAI choice.

## Fields

### `content: Option<String>`

Incremental text content.

### `refusal: Option<String>`

Incremental refusal content.

### `role: Option<String>`

Incremental message role.

### `function_call: Option<BTreeMap<String, Value>>`

Legacy incremental function-call fields.

### `tool_calls: Option<Vec<BTreeMap<String, Value>>>`

Incremental tool-call fields.

### `extensions: BTreeMap<String, Value>`

Additional OpenAI-compatible delta fields preserved by pass-through.

## Trait Implementations

### `impl Clone for OpenAiChatCompletionChunkDelta`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for OpenAiChatCompletionChunkDelta`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for OpenAiChatCompletionChunkDelta`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for OpenAiChatCompletionChunkDelta`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for OpenAiChatCompletionChunkDelta`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for OpenAiChatCompletionChunkDelta`

<pre />