> 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 Passthrough Plugin

> A no-op provider plugin that passes requests through unchanged.

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

```rust
pub struct PassthroughPlugin;
```

A no-op provider plugin that passes requests through unchanged.

Returns the `rewritten_request` as-is (cloned) and generates a [`TranslationReport`](/reference/api/rust-library-reference/nemo-relay-adaptive/acg/types/struct-translationreport) where every intent is marked \[`TranslationStatus::Ignored`] with [`ReasonCode::NotRelevant`](/reference/api/rust-library-reference/nemo-relay-adaptive/acg/types/enum-reasoncode).

## Usage

* Default plugin when no provider-specific plugin is configured
* Baseline for A/B testing (compare against optimized plugins)
* Backends with no explicit cache control APIs

## Trait Implementations

### `impl ProviderPlugin for PassthroughPlugin`

<pre />

#### `plugin_id`

<pre />

#### `plugin_name`

<pre />

#### `translate`

<pre />

#### `capabilities`

<pre />