> 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 AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Tool Execution Result

> Canonical application-visible result of tool execution.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

<pre />

Canonical application-visible result of tool execution.

Relay transports `result` and `annotation` without interpreting either value. The annotation is an adjacent metadata channel and does not impose a schema on the application-owned result.

## Fields

### `result: Value`

Application-owned tool result.

### `annotation: Option<Value>`

Optional opaque metadata associated with the result.

## Implementations

### `impl ToolExecutionResult`

<pre />

#### `new`

<pre />

Create a result without an annotation.

#### `annotated`

<pre />

Create a result with an opaque annotation.

#### `with_annotation`

<pre />

Replace the opaque annotation while preserving the application result.

#### `without_annotation`

<pre />

Remove the annotation while preserving the application result.

## Trait Implementations

### `impl Clone for ToolExecutionResult`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for ToolExecutionResult`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl From<ToolExecutionResult> for ToolExecutionInterceptOutcome`

<pre />

#### `from`

<pre />

### `impl From<Value> for ToolExecutionResult`

<pre />

#### `from`

<pre />

### `impl PartialEq for ToolExecutionResult`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for ToolExecutionResult`

<pre />

#### `serialize`

<pre />