> 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 Observation Result

> A single observation result from a tool call.

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

<pre />

A single observation result from a tool call.

## Fields

### `source_call_id: Option<String>`

Correlation ID linking to the originating tool call.

### `content: Option<Json>`

The tool's output content.

### `subagent_trajectory_ref: Option<Vec<AtifSubagentTrajectoryRef>>`

References to delegated subagent trajectories.

### `extra: Option<Json>`

Provider or host-specific metadata for this observation.

## Trait Implementations

### `impl Clone for AtifObservationResult`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifObservationResult`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifObservationResult`

<pre />

#### `serialize`

<pre />