> 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.

# Enum Adapter Config Field

> Adapter-translated normalized NVIDIA NeMo Fabric configuration fields.

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

```rust
pub enum AdapterConfigField {
    Models,
    ModelBaseUrl,
    ModelTemperature,
    SystemInstructions,
    MaxTurns,
    EnabledTools,
    BlockedTools,
    Mcp,
    Skills,
}
```

Adapter-translated normalized NVIDIA NeMo Fabric configuration fields.

## Variants

### `Models`

<pre />

Normalized model selection and credentials.

### `ModelBaseUrl`

<pre />

Custom model endpoint.

### `ModelTemperature`

<pre />

Model temperature.

### `SystemInstructions`

<pre />

Portable system instructions.

### `MaxTurns`

<pre />

Per-invocation harness turn limit.

### `EnabledTools`

<pre />

Adapter-native tool names to expose.

### `BlockedTools`

<pre />

Adapter-native tool names to block.

### `Mcp`

<pre />

Harness-native MCP servers.

### `Skills`

<pre />

Harness-native skills.

## Trait Implementations

### `impl Clone for AdapterConfigField`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AdapterConfigField`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Hash for AdapterConfigField`

<pre />

#### `hash`

<pre />

#### `hash_slice`

<pre />

### `impl JsonSchema for AdapterConfigField`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl Ord for AdapterConfigField`

<pre />

#### `cmp`

<pre />

#### `max`

<pre />

#### `min`

<pre />

#### `clamp`

<pre />

### `impl PartialEq for AdapterConfigField`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl PartialOrd for AdapterConfigField`

<pre />

#### `partial_cmp`

<pre />

#### `lt`

<pre />

#### `le`

<pre />

#### `gt`

<pre />

#### `ge`

<pre />

### `impl Serialize for AdapterConfigField`

<pre />

#### `serialize`

<pre />

### `impl Copy for AdapterConfigField`

<pre />

### `impl Eq for AdapterConfigField`

<pre />

### `impl StructuralPartialEq for AdapterConfigField`

<pre />