> 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 Subagent Trajectory Ref

> Reference to a delegated subagent trajectory.

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

<pre />

Reference to a delegated subagent trajectory.

## Fields

### `trajectory_id: Option<String>`

Embedded trajectory identifier, resolved against `subagent_trajectories`.

### `session_id: Option<String>`

Run identity for debug/search/display correlation.

### `extra: Option<Json>`

Extra metadata about the subagent execution.

## Trait Implementations

### `impl Clone for AtifSubagentTrajectoryRef`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifSubagentTrajectoryRef`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifSubagentTrajectoryRef`

<pre />

#### `serialize`

<pre />