> 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 Instruction Config

> One portable instruction value.

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

<pre />

One portable instruction value.

## Fields

### `content: String`

Instruction text.

### `mode: InstructionMode`

How the instruction is applied.

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

Additive instruction fields.

## Trait Implementations

### `impl Clone for InstructionConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for InstructionConfig`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for InstructionConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for InstructionConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for InstructionConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for InstructionConfig`

<pre />