Module passthrough

View as Markdown

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

Passthrough plugin that applies no transformations.

Used as a baseline for A/B testing, as the default when no provider-specific plugin is configured, and for backends with no explicit cache control APIs.

PassthroughPlugin implements ProviderPlugin by cloning the rewritten request unchanged and generating a TranslationReport where every intent is marked [TranslationStatus::Ignored] with ReasonCode::NotRelevant.

Structs